xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::check_boxes Class Referencefinal
Inheritance diagram for xtd::forms::check_boxes:
xtd::static_object

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/drawing/texts>
#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, xtd::drawing::texts::font(), {10, 10}, {150, 180});
auto bold_check_box = check_boxes::bold(font_group_box, {20, 20});
auto italic_check_box = check_boxes::italic(font_group_box, {20, 50});
auto underline_check_box = check_boxes::underline(font_group_box, 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);
}
static xtd::ustring font()
Gets a system-defined text that has a string value of "&Font". This field is constant.
static void run()
Begins running a standard application message loop on the current thread, without a form.
static check_box strikeout()
Create a system-defined check_box that represent strikeout check_box.
static check_box italic()
Create a system-defined check_box that represent italic check_box.
static check_box bold()
Create a system-defined check_box that represent bold check_box.
static check_box underline()
Create a system-defined check_box that represent underline check_box.
static form create()
A factory to create an xtd::forms::form.
static group_box create()
A factory to create an xtd::forms::group_box.
@ unchecked
The control is unchecked.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12

Public Static Methods

static check_box abort ()
 Create a system-defined check_box that represent abort check_box.
 
static check_box abort (const drawing::point &location)
 Create a system-defined check_box that represent abort check_box with specified location.
 
static check_box abort (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent abort check_box with specified location, and size.
 
static check_box abort (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent abort check_box with specified location, size, and name.
 
static check_box abort (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent abort check_box with specified and check_state.
 
static check_box abort (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent abort check_box with specified check_state, and location.
 
static check_box abort (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent abort check_box with specified check_state, location, and size.
 
static check_box abort (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent abort check_box with specified check_state, location, size, and name.
 
static check_box abort (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent abort check_box with specified three_state, and check_state.
 
static check_box abort (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent abort check_box with specified three_state, check_state, and location.
 
static check_box abort (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent abort check_box with specified three_state, check_state, location, and size.
 
static check_box abort (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent abort check_box with specified three_state, check_state, location, size, and name.
 
static check_box abort (const control &parent)
 Create a system-defined check_box that represent abort check_box with specified parent.
 
static check_box abort (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent abort check_box with specified parent, and location.
 
static check_box abort (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent abort check_box with specified parent, location, and size.
 
static check_box abort (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent abort check_box with specified parent, location, size, and name.
 
static check_box abort (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent abort check_box with specified parent, and check_state.
 
static check_box abort (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent abort check_box with specified parent, check_state, and location.
 
static check_box abort (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent abort check_box with specified parent, check_state, location, and size.
 
static check_box abort (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent abort check_box with specified parent, check_state, location, size, and name.
 
static check_box abort (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent abort check_box with specified parent, three_state, and check_state.
 
static check_box abort (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent abort check_box with specified parent, three_state, check_state, and location.
 
static check_box abort (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent abort check_box with specified parent, three_state, check_state, location, and size.
 
static check_box abort (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent abort check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box about ()
 Create a system-defined check_box that represent about check_box.
 
static check_box about (const drawing::point &location)
 Create a system-defined check_box that represent about check_box with specified location.
 
static check_box about (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent about check_box with specified location, and size.
 
static check_box about (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent about check_box with specified location, size, and name.
 
static check_box about (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent about check_box with specified and check_state.
 
static check_box about (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent about check_box with specified check_state, and location.
 
static check_box about (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent about check_box with specified check_state, location, and size.
 
static check_box about (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent about check_box with specified check_state, location, size, and name.
 
static check_box about (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent about check_box with specified three_state, and check_state.
 
static check_box about (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent about check_box with specified three_state, check_state, and location.
 
static check_box about (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent about check_box with specified three_state, check_state, location, and size.
 
static check_box about (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent about check_box with specified three_state, check_state, location, size, and name.
 
static check_box about (const control &parent)
 Create a system-defined check_box that represent about check_box with specified parent.
 
static check_box about (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent about check_box with specified parent, and location.
 
static check_box about (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent about check_box with specified parent, location, and size.
 
static check_box about (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent about check_box with specified parent, location, size, and name.
 
static check_box about (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent about check_box with specified parent, and check_state.
 
static check_box about (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent about check_box with specified parent, check_state, and location.
 
static check_box about (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent about check_box with specified parent, check_state, location, and size.
 
static check_box about (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent about check_box with specified parent, check_state, location, size, and name.
 
static check_box about (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent about check_box with specified parent, three_state, and check_state.
 
static check_box about (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent about check_box with specified parent, three_state, check_state, and location.
 
static check_box about (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent about check_box with specified parent, three_state, check_state, location, and size.
 
static check_box about (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent about check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box actual_size ()
 Create a system-defined check_box that represent actual_size check_box.
 
static check_box actual_size (const drawing::point &location)
 Create a system-defined check_box that represent actual_size check_box with specified location.
 
static check_box actual_size (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent actual_size check_box with specified location, and size.
 
static check_box actual_size (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent actual_size check_box with specified location, size, and name.
 
static check_box actual_size (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent actual_size check_box with specified and check_state.
 
static check_box actual_size (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent actual_size check_box with specified check_state, and location.
 
static check_box actual_size (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent actual_size check_box with specified check_state, location, and size.
 
static check_box actual_size (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent actual_size check_box with specified check_state, location, size, and name.
 
static check_box actual_size (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent actual_size check_box with specified three_state, and check_state.
 
static check_box actual_size (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent actual_size check_box with specified three_state, check_state, and location.
 
static check_box actual_size (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent actual_size check_box with specified three_state, check_state, location, and size.
 
static check_box actual_size (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent actual_size check_box with specified three_state, check_state, location, size, and name.
 
static check_box actual_size (const control &parent)
 Create a system-defined check_box that represent actual_size check_box with specified parent.
 
static check_box actual_size (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent actual_size check_box with specified parent, and location.
 
static check_box actual_size (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent actual_size check_box with specified parent, location, and size.
 
static check_box actual_size (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent actual_size check_box with specified parent, location, size, and name.
 
static check_box actual_size (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent actual_size check_box with specified parent, and check_state.
 
static check_box actual_size (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent actual_size check_box with specified parent, check_state, and location.
 
static check_box actual_size (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent actual_size check_box with specified parent, check_state, location, and size.
 
static check_box actual_size (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent actual_size check_box with specified parent, check_state, location, size, and name.
 
static check_box actual_size (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent actual_size check_box with specified parent, three_state, and check_state.
 
static check_box actual_size (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent actual_size check_box with specified parent, three_state, check_state, and location.
 
static check_box actual_size (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent actual_size check_box with specified parent, three_state, check_state, location, and size.
 
static check_box actual_size (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent actual_size check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box add ()
 Create a system-defined check_box that represent add check_box.
 
static check_box add (const drawing::point &location)
 Create a system-defined check_box that represent add check_box with specified location.
 
static check_box add (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent add check_box with specified location, and size.
 
static check_box add (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent add check_box with specified location, size, and name.
 
static check_box add (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent add check_box with specified and check_state.
 
static check_box add (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent add check_box with specified check_state, and location.
 
static check_box add (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent add check_box with specified check_state, location, and size.
 
static check_box add (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent add check_box with specified check_state, location, size, and name.
 
static check_box add (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent add check_box with specified three_state, and check_state.
 
static check_box add (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent add check_box with specified three_state, check_state, and location.
 
static check_box add (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent add check_box with specified three_state, check_state, location, and size.
 
static check_box add (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent add check_box with specified three_state, check_state, location, size, and name.
 
static check_box add (const control &parent)
 Create a system-defined check_box that represent add check_box with specified parent.
 
static check_box add (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent add check_box with specified parent, and location.
 
static check_box add (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent add check_box with specified parent, location, and size.
 
static check_box add (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent add check_box with specified parent, location, size, and name.
 
static check_box add (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent add check_box with specified parent, and check_state.
 
static check_box add (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent add check_box with specified parent, check_state, and location.
 
static check_box add (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent add check_box with specified parent, check_state, location, and size.
 
static check_box add (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent add check_box with specified parent, check_state, location, size, and name.
 
static check_box add (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent add check_box with specified parent, three_state, and check_state.
 
static check_box add (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent add check_box with specified parent, three_state, check_state, and location.
 
static check_box add (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent add check_box with specified parent, three_state, check_state, location, and size.
 
static check_box add (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent add check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box alignment ()
 Create a system-defined check_box that represent alignment check_box.
 
static check_box alignment (const drawing::point &location)
 Create a system-defined check_box that represent alignment check_box with specified location.
 
static check_box alignment (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent alignment check_box with specified location, and size.
 
static check_box alignment (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent alignment check_box with specified location, size, and name.
 
static check_box alignment (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent alignment check_box with specified and check_state.
 
static check_box alignment (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent alignment check_box with specified check_state, and location.
 
static check_box alignment (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent alignment check_box with specified check_state, location, and size.
 
static check_box alignment (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent alignment check_box with specified check_state, location, size, and name.
 
static check_box alignment (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent alignment check_box with specified three_state, and check_state.
 
static check_box alignment (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent alignment check_box with specified three_state, check_state, and location.
 
static check_box alignment (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent alignment check_box with specified three_state, check_state, location, and size.
 
static check_box alignment (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent alignment check_box with specified three_state, check_state, location, size, and name.
 
static check_box alignment (const control &parent)
 Create a system-defined check_box that represent alignment check_box with specified parent.
 
static check_box alignment (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent alignment check_box with specified parent, and location.
 
static check_box alignment (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent alignment check_box with specified parent, location, and size.
 
static check_box alignment (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent alignment check_box with specified parent, location, size, and name.
 
static check_box alignment (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent alignment check_box with specified parent, and check_state.
 
static check_box alignment (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent alignment check_box with specified parent, check_state, and location.
 
static check_box alignment (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent alignment check_box with specified parent, check_state, location, and size.
 
static check_box alignment (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent alignment check_box with specified parent, check_state, location, size, and name.
 
static check_box alignment (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent alignment check_box with specified parent, three_state, and check_state.
 
static check_box alignment (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent alignment check_box with specified parent, three_state, check_state, and location.
 
static check_box alignment (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent alignment check_box with specified parent, three_state, check_state, location, and size.
 
static check_box alignment (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent alignment check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box align_left ()
 Create a system-defined check_box that represent align_left check_box.
 
static check_box align_left (const drawing::point &location)
 Create a system-defined check_box that represent align_left check_box with specified location.
 
static check_box align_left (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent align_left check_box with specified location, and size.
 
static check_box align_left (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent align_left check_box with specified location, size, and name.
 
static check_box align_left (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent align_left check_box with specified and check_state.
 
static check_box align_left (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent align_left check_box with specified check_state, and location.
 
static check_box align_left (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent align_left check_box with specified check_state, location, and size.
 
static check_box align_left (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent align_left check_box with specified check_state, location, size, and name.
 
static check_box align_left (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent align_left check_box with specified three_state, and check_state.
 
static check_box align_left (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent align_left check_box with specified three_state, check_state, and location.
 
static check_box align_left (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent align_left check_box with specified three_state, check_state, location, and size.
 
static check_box align_left (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent align_left check_box with specified three_state, check_state, location, size, and name.
 
static check_box align_left (const control &parent)
 Create a system-defined check_box that represent align_left check_box with specified parent.
 
static check_box align_left (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent align_left check_box with specified parent, and location.
 
static check_box align_left (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent align_left check_box with specified parent, location, and size.
 
static check_box align_left (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent align_left check_box with specified parent, location, size, and name.
 
static check_box align_left (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent align_left check_box with specified parent, and check_state.
 
static check_box align_left (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent align_left check_box with specified parent, check_state, and location.
 
static check_box align_left (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent align_left check_box with specified parent, check_state, location, and size.
 
static check_box align_left (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent align_left check_box with specified parent, check_state, location, size, and name.
 
static check_box align_left (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent align_left check_box with specified parent, three_state, and check_state.
 
static check_box align_left (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent align_left check_box with specified parent, three_state, check_state, and location.
 
static check_box align_left (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent align_left check_box with specified parent, three_state, check_state, location, and size.
 
static check_box align_left (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent align_left check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box align_right ()
 Create a system-defined check_box that represent align_right check_box.
 
static check_box align_right (const drawing::point &location)
 Create a system-defined check_box that represent align_right check_box with specified location.
 
static check_box align_right (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent align_right check_box with specified location, and size.
 
static check_box align_right (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent align_right check_box with specified location, size, and name.
 
static check_box align_right (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent align_right check_box with specified and check_state.
 
static check_box align_right (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent align_right check_box with specified check_state, and location.
 
static check_box align_right (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent align_right check_box with specified check_state, location, and size.
 
static check_box align_right (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent align_right check_box with specified check_state, location, size, and name.
 
static check_box align_right (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent align_right check_box with specified three_state, and check_state.
 
static check_box align_right (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent align_right check_box with specified three_state, check_state, and location.
 
static check_box align_right (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent align_right check_box with specified three_state, check_state, location, and size.
 
static check_box align_right (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent align_right check_box with specified three_state, check_state, location, size, and name.
 
static check_box align_right (const control &parent)
 Create a system-defined check_box that represent align_right check_box with specified parent.
 
static check_box align_right (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent align_right check_box with specified parent, and location.
 
static check_box align_right (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent align_right check_box with specified parent, location, and size.
 
static check_box align_right (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent align_right check_box with specified parent, location, size, and name.
 
static check_box align_right (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent align_right check_box with specified parent, and check_state.
 
static check_box align_right (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent align_right check_box with specified parent, check_state, and location.
 
static check_box align_right (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent align_right check_box with specified parent, check_state, location, and size.
 
static check_box align_right (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent align_right check_box with specified parent, check_state, location, size, and name.
 
static check_box align_right (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent align_right check_box with specified parent, three_state, and check_state.
 
static check_box align_right (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent align_right check_box with specified parent, three_state, check_state, and location.
 
static check_box align_right (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent align_right check_box with specified parent, three_state, check_state, location, and size.
 
static check_box align_right (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent align_right check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box apply ()
 Create a system-defined check_box that represent apply check_box.
 
static check_box apply (const drawing::point &location)
 Create a system-defined check_box that represent apply check_box with specified location.
 
static check_box apply (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent apply check_box with specified location, and size.
 
static check_box apply (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent apply check_box with specified location, size, and name.
 
static check_box apply (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent apply check_box with specified and check_state.
 
static check_box apply (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent apply check_box with specified check_state, and location.
 
static check_box apply (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent apply check_box with specified check_state, location, and size.
 
static check_box apply (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent apply check_box with specified check_state, location, size, and name.
 
static check_box apply (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent apply check_box with specified three_state, and check_state.
 
static check_box apply (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent apply check_box with specified three_state, check_state, and location.
 
static check_box apply (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent apply check_box with specified three_state, check_state, location, and size.
 
static check_box apply (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent apply check_box with specified three_state, check_state, location, size, and name.
 
static check_box apply (const control &parent)
 Create a system-defined check_box that represent apply check_box with specified parent.
 
static check_box apply (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent apply check_box with specified parent, and location.
 
static check_box apply (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent apply check_box with specified parent, location, and size.
 
static check_box apply (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent apply check_box with specified parent, location, size, and name.
 
static check_box apply (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent apply check_box with specified parent, and check_state.
 
static check_box apply (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent apply check_box with specified parent, check_state, and location.
 
static check_box apply (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent apply check_box with specified parent, check_state, location, and size.
 
static check_box apply (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent apply check_box with specified parent, check_state, location, size, and name.
 
static check_box apply (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent apply check_box with specified parent, three_state, and check_state.
 
static check_box apply (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent apply check_box with specified parent, three_state, check_state, and location.
 
static check_box apply (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent apply check_box with specified parent, three_state, check_state, location, and size.
 
static check_box apply (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent apply check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box ascending ()
 Create a system-defined check_box that represent ascending check_box.
 
static check_box ascending (const drawing::point &location)
 Create a system-defined check_box that represent ascending check_box with specified location.
 
static check_box ascending (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ascending check_box with specified location, and size.
 
static check_box ascending (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ascending check_box with specified location, size, and name.
 
static check_box ascending (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent ascending check_box with specified and check_state.
 
static check_box ascending (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent ascending check_box with specified check_state, and location.
 
static check_box ascending (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ascending check_box with specified check_state, location, and size.
 
static check_box ascending (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ascending check_box with specified check_state, location, size, and name.
 
static check_box ascending (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent ascending check_box with specified three_state, and check_state.
 
static check_box ascending (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent ascending check_box with specified three_state, check_state, and location.
 
static check_box ascending (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ascending check_box with specified three_state, check_state, location, and size.
 
static check_box ascending (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ascending check_box with specified three_state, check_state, location, size, and name.
 
static check_box ascending (const control &parent)
 Create a system-defined check_box that represent ascending check_box with specified parent.
 
static check_box ascending (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent ascending check_box with specified parent, and location.
 
static check_box ascending (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ascending check_box with specified parent, location, and size.
 
static check_box ascending (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ascending check_box with specified parent, location, size, and name.
 
static check_box ascending (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent ascending check_box with specified parent, and check_state.
 
static check_box ascending (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent ascending check_box with specified parent, check_state, and location.
 
static check_box ascending (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ascending check_box with specified parent, check_state, location, and size.
 
static check_box ascending (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ascending check_box with specified parent, check_state, location, size, and name.
 
static check_box ascending (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent ascending check_box with specified parent, three_state, and check_state.
 
static check_box ascending (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent ascending check_box with specified parent, three_state, check_state, and location.
 
static check_box ascending (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ascending check_box with specified parent, three_state, check_state, location, and size.
 
static check_box ascending (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ascending check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box back ()
 Create a system-defined check_box that represent back check_box.
 
static check_box back (const drawing::point &location)
 Create a system-defined check_box that represent back check_box with specified location.
 
static check_box back (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent back check_box with specified location, and size.
 
static check_box back (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent back check_box with specified location, size, and name.
 
static check_box back (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent back check_box with specified and check_state.
 
static check_box back (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent back check_box with specified check_state, and location.
 
static check_box back (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent back check_box with specified check_state, location, and size.
 
static check_box back (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent back check_box with specified check_state, location, size, and name.
 
static check_box back (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent back check_box with specified three_state, and check_state.
 
static check_box back (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent back check_box with specified three_state, check_state, and location.
 
static check_box back (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent back check_box with specified three_state, check_state, location, and size.
 
static check_box back (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent back check_box with specified three_state, check_state, location, size, and name.
 
static check_box back (const control &parent)
 Create a system-defined check_box that represent back check_box with specified parent.
 
static check_box back (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent back check_box with specified parent, and location.
 
static check_box back (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent back check_box with specified parent, location, and size.
 
static check_box back (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent back check_box with specified parent, location, size, and name.
 
static check_box back (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent back check_box with specified parent, and check_state.
 
static check_box back (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent back check_box with specified parent, check_state, and location.
 
static check_box back (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent back check_box with specified parent, check_state, location, and size.
 
static check_box back (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent back check_box with specified parent, check_state, location, size, and name.
 
static check_box back (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent back check_box with specified parent, three_state, and check_state.
 
static check_box back (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent back check_box with specified parent, three_state, check_state, and location.
 
static check_box back (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent back check_box with specified parent, three_state, check_state, location, and size.
 
static check_box back (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent back check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box bold ()
 Create a system-defined check_box that represent bold check_box.
 
static check_box bold (const drawing::point &location)
 Create a system-defined check_box that represent bold check_box with specified location.
 
static check_box bold (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent bold check_box with specified location, and size.
 
static check_box bold (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent bold check_box with specified location, size, and name.
 
static check_box bold (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent bold check_box with specified and check_state.
 
static check_box bold (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent bold check_box with specified check_state, and location.
 
static check_box bold (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent bold check_box with specified check_state, location, and size.
 
static check_box bold (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent bold check_box with specified check_state, location, size, and name.
 
static check_box bold (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent bold check_box with specified three_state, and check_state.
 
static check_box bold (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent bold check_box with specified three_state, check_state, and location.
 
static check_box bold (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent bold check_box with specified three_state, check_state, location, and size.
 
static check_box bold (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent bold check_box with specified three_state, check_state, location, size, and name.
 
static check_box bold (const control &parent)
 Create a system-defined check_box that represent bold check_box with specified parent.
 
static check_box bold (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent bold check_box with specified parent, and location.
 
static check_box bold (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent bold check_box with specified parent, location, and size.
 
static check_box bold (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent bold check_box with specified parent, location, size, and name.
 
static check_box bold (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent bold check_box with specified parent, and check_state.
 
static check_box bold (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent bold check_box with specified parent, check_state, and location.
 
static check_box bold (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent bold check_box with specified parent, check_state, location, and size.
 
static check_box bold (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent bold check_box with specified parent, check_state, location, size, and name.
 
static check_box bold (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent bold check_box with specified parent, three_state, and check_state.
 
static check_box bold (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent bold check_box with specified parent, three_state, check_state, and location.
 
static check_box bold (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent bold check_box with specified parent, three_state, check_state, location, and size.
 
static check_box bold (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent bold check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box bottom ()
 Create a system-defined check_box that represent bottom check_box.
 
static check_box bottom (const drawing::point &location)
 Create a system-defined check_box that represent bottom check_box with specified location.
 
static check_box bottom (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent bottom check_box with specified location, and size.
 
static check_box bottom (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent bottom check_box with specified location, size, and name.
 
static check_box bottom (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent bottom check_box with specified and check_state.
 
static check_box bottom (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent bottom check_box with specified check_state, and location.
 
static check_box bottom (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent bottom check_box with specified check_state, location, and size.
 
static check_box bottom (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent bottom check_box with specified check_state, location, size, and name.
 
static check_box bottom (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent bottom check_box with specified three_state, and check_state.
 
static check_box bottom (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent bottom check_box with specified three_state, check_state, and location.
 
static check_box bottom (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent bottom check_box with specified three_state, check_state, location, and size.
 
static check_box bottom (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent bottom check_box with specified three_state, check_state, location, size, and name.
 
static check_box bottom (const control &parent)
 Create a system-defined check_box that represent bottom check_box with specified parent.
 
static check_box bottom (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent bottom check_box with specified parent, and location.
 
static check_box bottom (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent bottom check_box with specified parent, location, and size.
 
static check_box bottom (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent bottom check_box with specified parent, location, size, and name.
 
static check_box bottom (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent bottom check_box with specified parent, and check_state.
 
static check_box bottom (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent bottom check_box with specified parent, check_state, and location.
 
static check_box bottom (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent bottom check_box with specified parent, check_state, location, and size.
 
static check_box bottom (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent bottom check_box with specified parent, check_state, location, size, and name.
 
static check_box bottom (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent bottom check_box with specified parent, three_state, and check_state.
 
static check_box bottom (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent bottom check_box with specified parent, three_state, check_state, and location.
 
static check_box bottom (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent bottom check_box with specified parent, three_state, check_state, location, and size.
 
static check_box bottom (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent bottom check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box cancel ()
 Create a system-defined check_box that represent cancel check_box.
 
static check_box cancel (const drawing::point &location)
 Create a system-defined check_box that represent cancel check_box with specified location.
 
static check_box cancel (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cancel check_box with specified location, and size.
 
static check_box cancel (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cancel check_box with specified location, size, and name.
 
static check_box cancel (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent cancel check_box with specified and check_state.
 
static check_box cancel (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent cancel check_box with specified check_state, and location.
 
static check_box cancel (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cancel check_box with specified check_state, location, and size.
 
static check_box cancel (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cancel check_box with specified check_state, location, size, and name.
 
static check_box cancel (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent cancel check_box with specified three_state, and check_state.
 
static check_box cancel (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent cancel check_box with specified three_state, check_state, and location.
 
static check_box cancel (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cancel check_box with specified three_state, check_state, location, and size.
 
static check_box cancel (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cancel check_box with specified three_state, check_state, location, size, and name.
 
static check_box cancel (const control &parent)
 Create a system-defined check_box that represent cancel check_box with specified parent.
 
static check_box cancel (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent cancel check_box with specified parent, and location.
 
static check_box cancel (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cancel check_box with specified parent, location, and size.
 
static check_box cancel (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cancel check_box with specified parent, location, size, and name.
 
static check_box cancel (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent cancel check_box with specified parent, and check_state.
 
static check_box cancel (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent cancel check_box with specified parent, check_state, and location.
 
static check_box cancel (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cancel check_box with specified parent, check_state, location, and size.
 
static check_box cancel (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cancel check_box with specified parent, check_state, location, size, and name.
 
static check_box cancel (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent cancel check_box with specified parent, three_state, and check_state.
 
static check_box cancel (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent cancel check_box with specified parent, three_state, check_state, and location.
 
static check_box cancel (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cancel check_box with specified parent, three_state, check_state, location, and size.
 
static check_box cancel (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cancel check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box cdrom ()
 Create a system-defined check_box that represent cdrom check_box.
 
static check_box cdrom (const drawing::point &location)
 Create a system-defined check_box that represent cdrom check_box with specified location.
 
static check_box cdrom (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cdrom check_box with specified location, and size.
 
static check_box cdrom (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cdrom check_box with specified location, size, and name.
 
static check_box cdrom (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent cdrom check_box with specified and check_state.
 
static check_box cdrom (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent cdrom check_box with specified check_state, and location.
 
static check_box cdrom (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cdrom check_box with specified check_state, location, and size.
 
static check_box cdrom (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cdrom check_box with specified check_state, location, size, and name.
 
static check_box cdrom (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent cdrom check_box with specified three_state, and check_state.
 
static check_box cdrom (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent cdrom check_box with specified three_state, check_state, and location.
 
static check_box cdrom (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cdrom check_box with specified three_state, check_state, location, and size.
 
static check_box cdrom (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cdrom check_box with specified three_state, check_state, location, size, and name.
 
static check_box cdrom (const control &parent)
 Create a system-defined check_box that represent cdrom check_box with specified parent.
 
static check_box cdrom (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent cdrom check_box with specified parent, and location.
 
static check_box cdrom (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cdrom check_box with specified parent, location, and size.
 
static check_box cdrom (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cdrom check_box with specified parent, location, size, and name.
 
static check_box cdrom (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent cdrom check_box with specified parent, and check_state.
 
static check_box cdrom (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent cdrom check_box with specified parent, check_state, and location.
 
static check_box cdrom (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cdrom check_box with specified parent, check_state, location, and size.
 
static check_box cdrom (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cdrom check_box with specified parent, check_state, location, size, and name.
 
static check_box cdrom (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent cdrom check_box with specified parent, three_state, and check_state.
 
static check_box cdrom (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent cdrom check_box with specified parent, three_state, check_state, and location.
 
static check_box cdrom (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cdrom check_box with specified parent, three_state, check_state, location, and size.
 
static check_box cdrom (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cdrom check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box centered ()
 Create a system-defined check_box that represent centered check_box.
 
static check_box centered (const drawing::point &location)
 Create a system-defined check_box that represent centered check_box with specified location.
 
static check_box centered (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent centered check_box with specified location, and size.
 
static check_box centered (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent centered check_box with specified location, size, and name.
 
static check_box centered (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent centered check_box with specified and check_state.
 
static check_box centered (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent centered check_box with specified check_state, and location.
 
static check_box centered (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent centered check_box with specified check_state, location, and size.
 
static check_box centered (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent centered check_box with specified check_state, location, size, and name.
 
static check_box centered (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent centered check_box with specified three_state, and check_state.
 
static check_box centered (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent centered check_box with specified three_state, check_state, and location.
 
static check_box centered (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent centered check_box with specified three_state, check_state, location, and size.
 
static check_box centered (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent centered check_box with specified three_state, check_state, location, size, and name.
 
static check_box centered (const control &parent)
 Create a system-defined check_box that represent centered check_box with specified parent.
 
static check_box centered (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent centered check_box with specified parent, and location.
 
static check_box centered (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent centered check_box with specified parent, location, and size.
 
static check_box centered (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent centered check_box with specified parent, location, size, and name.
 
static check_box centered (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent centered check_box with specified parent, and check_state.
 
static check_box centered (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent centered check_box with specified parent, check_state, and location.
 
static check_box centered (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent centered check_box with specified parent, check_state, location, and size.
 
static check_box centered (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent centered check_box with specified parent, check_state, location, size, and name.
 
static check_box centered (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent centered check_box with specified parent, three_state, and check_state.
 
static check_box centered (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent centered check_box with specified parent, three_state, check_state, and location.
 
static check_box centered (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent centered check_box with specified parent, three_state, check_state, location, and size.
 
static check_box centered (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent centered check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box clear ()
 Create a system-defined check_box that represent clear check_box.
 
static check_box clear (const drawing::point &location)
 Create a system-defined check_box that represent clear check_box with specified location.
 
static check_box clear (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent clear check_box with specified location, and size.
 
static check_box clear (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent clear check_box with specified location, size, and name.
 
static check_box clear (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent clear check_box with specified and check_state.
 
static check_box clear (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent clear check_box with specified check_state, and location.
 
static check_box clear (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent clear check_box with specified check_state, location, and size.
 
static check_box clear (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent clear check_box with specified check_state, location, size, and name.
 
static check_box clear (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent clear check_box with specified three_state, and check_state.
 
static check_box clear (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent clear check_box with specified three_state, check_state, and location.
 
static check_box clear (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent clear check_box with specified three_state, check_state, location, and size.
 
static check_box clear (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent clear check_box with specified three_state, check_state, location, size, and name.
 
static check_box clear (const control &parent)
 Create a system-defined check_box that represent clear check_box with specified parent.
 
static check_box clear (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent clear check_box with specified parent, and location.
 
static check_box clear (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent clear check_box with specified parent, location, and size.
 
static check_box clear (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent clear check_box with specified parent, location, size, and name.
 
static check_box clear (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent clear check_box with specified parent, and check_state.
 
static check_box clear (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent clear check_box with specified parent, check_state, and location.
 
static check_box clear (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent clear check_box with specified parent, check_state, location, and size.
 
static check_box clear (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent clear check_box with specified parent, check_state, location, size, and name.
 
static check_box clear (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent clear check_box with specified parent, three_state, and check_state.
 
static check_box clear (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent clear check_box with specified parent, three_state, check_state, and location.
 
static check_box clear (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent clear check_box with specified parent, three_state, check_state, location, and size.
 
static check_box clear (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent clear check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box close ()
 Create a system-defined check_box that represent close check_box.
 
static check_box close (const drawing::point &location)
 Create a system-defined check_box that represent close check_box with specified location.
 
static check_box close (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent close check_box with specified location, and size.
 
static check_box close (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent close check_box with specified location, size, and name.
 
static check_box close (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent close check_box with specified and check_state.
 
static check_box close (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent close check_box with specified check_state, and location.
 
static check_box close (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent close check_box with specified check_state, location, and size.
 
static check_box close (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent close check_box with specified check_state, location, size, and name.
 
static check_box close (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent close check_box with specified three_state, and check_state.
 
static check_box close (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent close check_box with specified three_state, check_state, and location.
 
static check_box close (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent close check_box with specified three_state, check_state, location, and size.
 
static check_box close (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent close check_box with specified three_state, check_state, location, size, and name.
 
static check_box close (const control &parent)
 Create a system-defined check_box that represent close check_box with specified parent.
 
static check_box close (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent close check_box with specified parent, and location.
 
static check_box close (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent close check_box with specified parent, location, and size.
 
static check_box close (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent close check_box with specified parent, location, size, and name.
 
static check_box close (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent close check_box with specified parent, and check_state.
 
static check_box close (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent close check_box with specified parent, check_state, and location.
 
static check_box close (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent close check_box with specified parent, check_state, location, and size.
 
static check_box close (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent close check_box with specified parent, check_state, location, size, and name.
 
static check_box close (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent close check_box with specified parent, three_state, and check_state.
 
static check_box close (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent close check_box with specified parent, three_state, check_state, and location.
 
static check_box close (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent close check_box with specified parent, three_state, check_state, location, and size.
 
static check_box close (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent close check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box color ()
 Create a system-defined check_box that represent color check_box.
 
static check_box color (const drawing::point &location)
 Create a system-defined check_box that represent color check_box with specified location.
 
static check_box color (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent color check_box with specified location, and size.
 
static check_box color (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent color check_box with specified location, size, and name.
 
static check_box color (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent color check_box with specified and check_state.
 
static check_box color (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent color check_box with specified check_state, and location.
 
static check_box color (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent color check_box with specified check_state, location, and size.
 
static check_box color (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent color check_box with specified check_state, location, size, and name.
 
static check_box color (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent color check_box with specified three_state, and check_state.
 
static check_box color (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent color check_box with specified three_state, check_state, and location.
 
static check_box color (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent color check_box with specified three_state, check_state, location, and size.
 
static check_box color (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent color check_box with specified three_state, check_state, location, size, and name.
 
static check_box color (const control &parent)
 Create a system-defined check_box that represent color check_box with specified parent.
 
static check_box color (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent color check_box with specified parent, and location.
 
static check_box color (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent color check_box with specified parent, location, and size.
 
static check_box color (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent color check_box with specified parent, location, size, and name.
 
static check_box color (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent color check_box with specified parent, and check_state.
 
static check_box color (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent color check_box with specified parent, check_state, and location.
 
static check_box color (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent color check_box with specified parent, check_state, location, and size.
 
static check_box color (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent color check_box with specified parent, check_state, location, size, and name.
 
static check_box color (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent color check_box with specified parent, three_state, and check_state.
 
static check_box color (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent color check_box with specified parent, three_state, check_state, and location.
 
static check_box color (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent color check_box with specified parent, three_state, check_state, location, and size.
 
static check_box color (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent color check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box contents ()
 Create a system-defined check_box that represent contents check_box.
 
static check_box contents (const drawing::point &location)
 Create a system-defined check_box that represent contents check_box with specified location.
 
static check_box contents (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent contents check_box with specified location, and size.
 
static check_box contents (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent contents check_box with specified location, size, and name.
 
static check_box contents (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent contents check_box with specified and check_state.
 
static check_box contents (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent contents check_box with specified check_state, and location.
 
static check_box contents (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent contents check_box with specified check_state, location, and size.
 
static check_box contents (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent contents check_box with specified check_state, location, size, and name.
 
static check_box contents (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent contents check_box with specified three_state, and check_state.
 
static check_box contents (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent contents check_box with specified three_state, check_state, and location.
 
static check_box contents (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent contents check_box with specified three_state, check_state, location, and size.
 
static check_box contents (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent contents check_box with specified three_state, check_state, location, size, and name.
 
static check_box contents (const control &parent)
 Create a system-defined check_box that represent contents check_box with specified parent.
 
static check_box contents (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent contents check_box with specified parent, and location.
 
static check_box contents (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent contents check_box with specified parent, location, and size.
 
static check_box contents (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent contents check_box with specified parent, location, size, and name.
 
static check_box contents (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent contents check_box with specified parent, and check_state.
 
static check_box contents (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent contents check_box with specified parent, check_state, and location.
 
static check_box contents (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent contents check_box with specified parent, check_state, location, and size.
 
static check_box contents (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent contents check_box with specified parent, check_state, location, size, and name.
 
static check_box contents (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent contents check_box with specified parent, three_state, and check_state.
 
static check_box contents (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent contents check_box with specified parent, three_state, check_state, and location.
 
static check_box contents (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent contents check_box with specified parent, three_state, check_state, location, and size.
 
static check_box contents (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent contents check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box convert ()
 Create a system-defined check_box that represent convert check_box.
 
static check_box convert (const drawing::point &location)
 Create a system-defined check_box that represent convert check_box with specified location.
 
static check_box convert (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent convert check_box with specified location, and size.
 
static check_box convert (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent convert check_box with specified location, size, and name.
 
static check_box convert (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent convert check_box with specified and check_state.
 
static check_box convert (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent convert check_box with specified check_state, and location.
 
static check_box convert (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent convert check_box with specified check_state, location, and size.
 
static check_box convert (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent convert check_box with specified check_state, location, size, and name.
 
static check_box convert (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent convert check_box with specified three_state, and check_state.
 
static check_box convert (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent convert check_box with specified three_state, check_state, and location.
 
static check_box convert (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent convert check_box with specified three_state, check_state, location, and size.
 
static check_box convert (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent convert check_box with specified three_state, check_state, location, size, and name.
 
static check_box convert (const control &parent)
 Create a system-defined check_box that represent convert check_box with specified parent.
 
static check_box convert (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent convert check_box with specified parent, and location.
 
static check_box convert (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent convert check_box with specified parent, location, and size.
 
static check_box convert (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent convert check_box with specified parent, location, size, and name.
 
static check_box convert (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent convert check_box with specified parent, and check_state.
 
static check_box convert (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent convert check_box with specified parent, check_state, and location.
 
static check_box convert (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent convert check_box with specified parent, check_state, location, and size.
 
static check_box convert (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent convert check_box with specified parent, check_state, location, size, and name.
 
static check_box convert (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent convert check_box with specified parent, three_state, and check_state.
 
static check_box convert (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent convert check_box with specified parent, three_state, check_state, and location.
 
static check_box convert (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent convert check_box with specified parent, three_state, check_state, location, and size.
 
static check_box convert (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent convert check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box copy ()
 Create a system-defined check_box that represent copy check_box.
 
static check_box copy (const drawing::point &location)
 Create a system-defined check_box that represent copy check_box with specified location.
 
static check_box copy (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent copy check_box with specified location, and size.
 
static check_box copy (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent copy check_box with specified location, size, and name.
 
static check_box copy (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent copy check_box with specified and check_state.
 
static check_box copy (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent copy check_box with specified check_state, and location.
 
static check_box copy (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent copy check_box with specified check_state, location, and size.
 
static check_box copy (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent copy check_box with specified check_state, location, size, and name.
 
static check_box copy (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent copy check_box with specified three_state, and check_state.
 
static check_box copy (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent copy check_box with specified three_state, check_state, and location.
 
static check_box copy (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent copy check_box with specified three_state, check_state, location, and size.
 
static check_box copy (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent copy check_box with specified three_state, check_state, location, size, and name.
 
static check_box copy (const control &parent)
 Create a system-defined check_box that represent copy check_box with specified parent.
 
static check_box copy (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent copy check_box with specified parent, and location.
 
static check_box copy (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent copy check_box with specified parent, location, and size.
 
static check_box copy (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent copy check_box with specified parent, location, size, and name.
 
static check_box copy (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent copy check_box with specified parent, and check_state.
 
static check_box copy (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent copy check_box with specified parent, check_state, and location.
 
static check_box copy (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent copy check_box with specified parent, check_state, location, and size.
 
static check_box copy (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent copy check_box with specified parent, check_state, location, size, and name.
 
static check_box copy (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent copy check_box with specified parent, three_state, and check_state.
 
static check_box copy (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent copy check_box with specified parent, three_state, check_state, and location.
 
static check_box copy (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent copy check_box with specified parent, three_state, check_state, location, and size.
 
static check_box copy (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent copy check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box customize ()
 Create a system-defined check_box that represent customize check_box.
 
static check_box customize (const drawing::point &location)
 Create a system-defined check_box that represent customize check_box with specified location.
 
static check_box customize (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent customize check_box with specified location, and size.
 
static check_box customize (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent customize check_box with specified location, size, and name.
 
static check_box customize (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent customize check_box with specified and check_state.
 
static check_box customize (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent customize check_box with specified check_state, and location.
 
static check_box customize (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent customize check_box with specified check_state, location, and size.
 
static check_box customize (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent customize check_box with specified check_state, location, size, and name.
 
static check_box customize (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent customize check_box with specified three_state, and check_state.
 
static check_box customize (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent customize check_box with specified three_state, check_state, and location.
 
static check_box customize (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent customize check_box with specified three_state, check_state, location, and size.
 
static check_box customize (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent customize check_box with specified three_state, check_state, location, size, and name.
 
static check_box customize (const control &parent)
 Create a system-defined check_box that represent customize check_box with specified parent.
 
static check_box customize (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent customize check_box with specified parent, and location.
 
static check_box customize (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent customize check_box with specified parent, location, and size.
 
static check_box customize (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent customize check_box with specified parent, location, size, and name.
 
static check_box customize (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent customize check_box with specified parent, and check_state.
 
static check_box customize (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent customize check_box with specified parent, check_state, and location.
 
static check_box customize (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent customize check_box with specified parent, check_state, location, and size.
 
static check_box customize (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent customize check_box with specified parent, check_state, location, size, and name.
 
static check_box customize (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent customize check_box with specified parent, three_state, and check_state.
 
static check_box customize (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent customize check_box with specified parent, three_state, check_state, and location.
 
static check_box customize (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent customize check_box with specified parent, three_state, check_state, location, and size.
 
static check_box customize (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent customize check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box cut ()
 Create a system-defined check_box that represent cut check_box.
 
static check_box cut (const drawing::point &location)
 Create a system-defined check_box that represent cut check_box with specified location.
 
static check_box cut (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cut check_box with specified location, and size.
 
static check_box cut (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cut check_box with specified location, size, and name.
 
static check_box cut (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent cut check_box with specified and check_state.
 
static check_box cut (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent cut check_box with specified check_state, and location.
 
static check_box cut (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cut check_box with specified check_state, location, and size.
 
static check_box cut (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cut check_box with specified check_state, location, size, and name.
 
static check_box cut (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent cut check_box with specified three_state, and check_state.
 
static check_box cut (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent cut check_box with specified three_state, check_state, and location.
 
static check_box cut (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cut check_box with specified three_state, check_state, location, and size.
 
static check_box cut (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cut check_box with specified three_state, check_state, location, size, and name.
 
static check_box cut (const control &parent)
 Create a system-defined check_box that represent cut check_box with specified parent.
 
static check_box cut (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent cut check_box with specified parent, and location.
 
static check_box cut (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cut check_box with specified parent, location, and size.
 
static check_box cut (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cut check_box with specified parent, location, size, and name.
 
static check_box cut (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent cut check_box with specified parent, and check_state.
 
static check_box cut (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent cut check_box with specified parent, check_state, and location.
 
static check_box cut (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cut check_box with specified parent, check_state, location, and size.
 
static check_box cut (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cut check_box with specified parent, check_state, location, size, and name.
 
static check_box cut (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent cut check_box with specified parent, three_state, and check_state.
 
static check_box cut (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent cut check_box with specified parent, three_state, check_state, and location.
 
static check_box cut (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent cut check_box with specified parent, three_state, check_state, location, and size.
 
static check_box cut (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent cut check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box del ()
 Create a system-defined check_box that represent del check_box.
 
static check_box del (const drawing::point &location)
 Create a system-defined check_box that represent del check_box with specified location.
 
static check_box del (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent del check_box with specified location, and size.
 
static check_box del (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent del check_box with specified location, size, and name.
 
static check_box del (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent del check_box with specified and check_state.
 
static check_box del (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent del check_box with specified check_state, and location.
 
static check_box del (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent del check_box with specified check_state, location, and size.
 
static check_box del (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent del check_box with specified check_state, location, size, and name.
 
static check_box del (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent del check_box with specified three_state, and check_state.
 
static check_box del (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent del check_box with specified three_state, check_state, and location.
 
static check_box del (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent del check_box with specified three_state, check_state, location, and size.
 
static check_box del (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent del check_box with specified three_state, check_state, location, size, and name.
 
static check_box del (const control &parent)
 Create a system-defined check_box that represent del check_box with specified parent.
 
static check_box del (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent del check_box with specified parent, and location.
 
static check_box del (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent del check_box with specified parent, location, and size.
 
static check_box del (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent del check_box with specified parent, location, size, and name.
 
static check_box del (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent del check_box with specified parent, and check_state.
 
static check_box del (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent del check_box with specified parent, check_state, and location.
 
static check_box del (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent del check_box with specified parent, check_state, location, and size.
 
static check_box del (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent del check_box with specified parent, check_state, location, size, and name.
 
static check_box del (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent del check_box with specified parent, three_state, and check_state.
 
static check_box del (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent del check_box with specified parent, three_state, check_state, and location.
 
static check_box del (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent del check_box with specified parent, three_state, check_state, location, and size.
 
static check_box del (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent del check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box descending ()
 Create a system-defined check_box that represent descending check_box.
 
static check_box descending (const drawing::point &location)
 Create a system-defined check_box that represent descending check_box with specified location.
 
static check_box descending (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent descending check_box with specified location, and size.
 
static check_box descending (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent descending check_box with specified location, size, and name.
 
static check_box descending (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent descending check_box with specified and check_state.
 
static check_box descending (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent descending check_box with specified check_state, and location.
 
static check_box descending (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent descending check_box with specified check_state, location, and size.
 
static check_box descending (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent descending check_box with specified check_state, location, size, and name.
 
static check_box descending (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent descending check_box with specified three_state, and check_state.
 
static check_box descending (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent descending check_box with specified three_state, check_state, and location.
 
static check_box descending (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent descending check_box with specified three_state, check_state, location, and size.
 
static check_box descending (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent descending check_box with specified three_state, check_state, location, size, and name.
 
static check_box descending (const control &parent)
 Create a system-defined check_box that represent descending check_box with specified parent.
 
static check_box descending (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent descending check_box with specified parent, and location.
 
static check_box descending (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent descending check_box with specified parent, location, and size.
 
static check_box descending (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent descending check_box with specified parent, location, size, and name.
 
static check_box descending (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent descending check_box with specified parent, and check_state.
 
static check_box descending (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent descending check_box with specified parent, check_state, and location.
 
static check_box descending (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent descending check_box with specified parent, check_state, location, and size.
 
static check_box descending (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent descending check_box with specified parent, check_state, location, size, and name.
 
static check_box descending (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent descending check_box with specified parent, three_state, and check_state.
 
static check_box descending (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent descending check_box with specified parent, three_state, check_state, and location.
 
static check_box descending (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent descending check_box with specified parent, three_state, check_state, location, and size.
 
static check_box descending (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent descending check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box down ()
 Create a system-defined check_box that represent down check_box.
 
static check_box down (const drawing::point &location)
 Create a system-defined check_box that represent down check_box with specified location.
 
static check_box down (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent down check_box with specified location, and size.
 
static check_box down (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent down check_box with specified location, size, and name.
 
static check_box down (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent down check_box with specified and check_state.
 
static check_box down (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent down check_box with specified check_state, and location.
 
static check_box down (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent down check_box with specified check_state, location, and size.
 
static check_box down (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent down check_box with specified check_state, location, size, and name.
 
static check_box down (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent down check_box with specified three_state, and check_state.
 
static check_box down (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent down check_box with specified three_state, check_state, and location.
 
static check_box down (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent down check_box with specified three_state, check_state, location, and size.
 
static check_box down (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent down check_box with specified three_state, check_state, location, size, and name.
 
static check_box down (const control &parent)
 Create a system-defined check_box that represent down check_box with specified parent.
 
static check_box down (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent down check_box with specified parent, and location.
 
static check_box down (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent down check_box with specified parent, location, and size.
 
static check_box down (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent down check_box with specified parent, location, size, and name.
 
static check_box down (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent down check_box with specified parent, and check_state.
 
static check_box down (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent down check_box with specified parent, check_state, and location.
 
static check_box down (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent down check_box with specified parent, check_state, location, and size.
 
static check_box down (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent down check_box with specified parent, check_state, location, size, and name.
 
static check_box down (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent down check_box with specified parent, three_state, and check_state.
 
static check_box down (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent down check_box with specified parent, three_state, check_state, and location.
 
static check_box down (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent down check_box with specified parent, three_state, check_state, location, and size.
 
static check_box down (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent down check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box edit ()
 Create a system-defined check_box that represent edit check_box.
 
static check_box edit (const drawing::point &location)
 Create a system-defined check_box that represent edit check_box with specified location.
 
static check_box edit (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent edit check_box with specified location, and size.
 
static check_box edit (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent edit check_box with specified location, size, and name.
 
static check_box edit (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent edit check_box with specified and check_state.
 
static check_box edit (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent edit check_box with specified check_state, and location.
 
static check_box edit (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent edit check_box with specified check_state, location, and size.
 
static check_box edit (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent edit check_box with specified check_state, location, size, and name.
 
static check_box edit (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent edit check_box with specified three_state, and check_state.
 
static check_box edit (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent edit check_box with specified three_state, check_state, and location.
 
static check_box edit (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent edit check_box with specified three_state, check_state, location, and size.
 
static check_box edit (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent edit check_box with specified three_state, check_state, location, size, and name.
 
static check_box edit (const control &parent)
 Create a system-defined check_box that represent edit check_box with specified parent.
 
static check_box edit (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent edit check_box with specified parent, and location.
 
static check_box edit (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent edit check_box with specified parent, location, and size.
 
static check_box edit (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent edit check_box with specified parent, location, size, and name.
 
static check_box edit (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent edit check_box with specified parent, and check_state.
 
static check_box edit (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent edit check_box with specified parent, check_state, and location.
 
static check_box edit (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent edit check_box with specified parent, check_state, location, and size.
 
static check_box edit (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent edit check_box with specified parent, check_state, location, size, and name.
 
static check_box edit (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent edit check_box with specified parent, three_state, and check_state.
 
static check_box edit (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent edit check_box with specified parent, three_state, check_state, and location.
 
static check_box edit (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent edit check_box with specified parent, three_state, check_state, location, and size.
 
static check_box edit (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent edit check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box execute ()
 Create a system-defined check_box that represent execute check_box.
 
static check_box execute (const drawing::point &location)
 Create a system-defined check_box that represent execute check_box with specified location.
 
static check_box execute (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent execute check_box with specified location, and size.
 
static check_box execute (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent execute check_box with specified location, size, and name.
 
static check_box execute (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent execute check_box with specified and check_state.
 
static check_box execute (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent execute check_box with specified check_state, and location.
 
static check_box execute (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent execute check_box with specified check_state, location, and size.
 
static check_box execute (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent execute check_box with specified check_state, location, size, and name.
 
static check_box execute (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent execute check_box with specified three_state, and check_state.
 
static check_box execute (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent execute check_box with specified three_state, check_state, and location.
 
static check_box execute (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent execute check_box with specified three_state, check_state, location, and size.
 
static check_box execute (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent execute check_box with specified three_state, check_state, location, size, and name.
 
static check_box execute (const control &parent)
 Create a system-defined check_box that represent execute check_box with specified parent.
 
static check_box execute (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent execute check_box with specified parent, and location.
 
static check_box execute (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent execute check_box with specified parent, location, and size.
 
static check_box execute (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent execute check_box with specified parent, location, size, and name.
 
static check_box execute (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent execute check_box with specified parent, and check_state.
 
static check_box execute (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent execute check_box with specified parent, check_state, and location.
 
static check_box execute (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent execute check_box with specified parent, check_state, location, and size.
 
static check_box execute (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent execute check_box with specified parent, check_state, location, size, and name.
 
static check_box execute (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent execute check_box with specified parent, three_state, and check_state.
 
static check_box execute (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent execute check_box with specified parent, three_state, check_state, and location.
 
static check_box execute (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent execute check_box with specified parent, three_state, check_state, location, and size.
 
static check_box execute (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent execute check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box exit ()
 Create a system-defined check_box that represent exit check_box.
 
static check_box exit (const drawing::point &location)
 Create a system-defined check_box that represent exit check_box with specified location.
 
static check_box exit (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent exit check_box with specified location, and size.
 
static check_box exit (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent exit check_box with specified location, size, and name.
 
static check_box exit (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent exit check_box with specified and check_state.
 
static check_box exit (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent exit check_box with specified check_state, and location.
 
static check_box exit (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent exit check_box with specified check_state, location, and size.
 
static check_box exit (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent exit check_box with specified check_state, location, size, and name.
 
static check_box exit (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent exit check_box with specified three_state, and check_state.
 
static check_box exit (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent exit check_box with specified three_state, check_state, and location.
 
static check_box exit (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent exit check_box with specified three_state, check_state, location, and size.
 
static check_box exit (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent exit check_box with specified three_state, check_state, location, size, and name.
 
static check_box exit (const control &parent)
 Create a system-defined check_box that represent exit check_box with specified parent.
 
static check_box exit (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent exit check_box with specified parent, and location.
 
static check_box exit (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent exit check_box with specified parent, location, and size.
 
static check_box exit (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent exit check_box with specified parent, location, size, and name.
 
static check_box exit (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent exit check_box with specified parent, and check_state.
 
static check_box exit (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent exit check_box with specified parent, check_state, and location.
 
static check_box exit (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent exit check_box with specified parent, check_state, location, and size.
 
static check_box exit (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent exit check_box with specified parent, check_state, location, size, and name.
 
static check_box exit (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent exit check_box with specified parent, three_state, and check_state.
 
static check_box exit (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent exit check_box with specified parent, three_state, check_state, and location.
 
static check_box exit (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent exit check_box with specified parent, three_state, check_state, location, and size.
 
static check_box exit (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent exit check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box file ()
 Create a system-defined check_box that represent file check_box.
 
static check_box file (const drawing::point &location)
 Create a system-defined check_box that represent file check_box with specified location.
 
static check_box file (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent file check_box with specified location, and size.
 
static check_box file (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent file check_box with specified location, size, and name.
 
static check_box file (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent file check_box with specified and check_state.
 
static check_box file (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent file check_box with specified check_state, and location.
 
static check_box file (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent file check_box with specified check_state, location, and size.
 
static check_box file (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent file check_box with specified check_state, location, size, and name.
 
static check_box file (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent file check_box with specified three_state, and check_state.
 
static check_box file (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent file check_box with specified three_state, check_state, and location.
 
static check_box file (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent file check_box with specified three_state, check_state, location, and size.
 
static check_box file (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent file check_box with specified three_state, check_state, location, size, and name.
 
static check_box file (const control &parent)
 Create a system-defined check_box that represent file check_box with specified parent.
 
static check_box file (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent file check_box with specified parent, and location.
 
static check_box file (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent file check_box with specified parent, location, and size.
 
static check_box file (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent file check_box with specified parent, location, size, and name.
 
static check_box file (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent file check_box with specified parent, and check_state.
 
static check_box file (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent file check_box with specified parent, check_state, and location.
 
static check_box file (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent file check_box with specified parent, check_state, location, and size.
 
static check_box file (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent file check_box with specified parent, check_state, location, size, and name.
 
static check_box file (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent file check_box with specified parent, three_state, and check_state.
 
static check_box file (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent file check_box with specified parent, three_state, check_state, and location.
 
static check_box file (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent file check_box with specified parent, three_state, check_state, location, and size.
 
static check_box file (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent file check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box find ()
 Create a system-defined check_box that represent find check_box.
 
static check_box find (const drawing::point &location)
 Create a system-defined check_box that represent find check_box with specified location.
 
static check_box find (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent find check_box with specified location, and size.
 
static check_box find (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent find check_box with specified location, size, and name.
 
static check_box find (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent find check_box with specified and check_state.
 
static check_box find (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent find check_box with specified check_state, and location.
 
static check_box find (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent find check_box with specified check_state, location, and size.
 
static check_box find (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent find check_box with specified check_state, location, size, and name.
 
static check_box find (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent find check_box with specified three_state, and check_state.
 
static check_box find (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent find check_box with specified three_state, check_state, and location.
 
static check_box find (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent find check_box with specified three_state, check_state, location, and size.
 
static check_box find (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent find check_box with specified three_state, check_state, location, size, and name.
 
static check_box find (const control &parent)
 Create a system-defined check_box that represent find check_box with specified parent.
 
static check_box find (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent find check_box with specified parent, and location.
 
static check_box find (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent find check_box with specified parent, location, and size.
 
static check_box find (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent find check_box with specified parent, location, size, and name.
 
static check_box find (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent find check_box with specified parent, and check_state.
 
static check_box find (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent find check_box with specified parent, check_state, and location.
 
static check_box find (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent find check_box with specified parent, check_state, location, and size.
 
static check_box find (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent find check_box with specified parent, check_state, location, size, and name.
 
static check_box find (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent find check_box with specified parent, three_state, and check_state.
 
static check_box find (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent find check_box with specified parent, three_state, check_state, and location.
 
static check_box find (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent find check_box with specified parent, three_state, check_state, location, and size.
 
static check_box find (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent find check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box first ()
 Create a system-defined check_box that represent first check_box.
 
static check_box first (const drawing::point &location)
 Create a system-defined check_box that represent first check_box with specified location.
 
static check_box first (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent first check_box with specified location, and size.
 
static check_box first (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent first check_box with specified location, size, and name.
 
static check_box first (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent first check_box with specified and check_state.
 
static check_box first (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent first check_box with specified check_state, and location.
 
static check_box first (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent first check_box with specified check_state, location, and size.
 
static check_box first (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent first check_box with specified check_state, location, size, and name.
 
static check_box first (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent first check_box with specified three_state, and check_state.
 
static check_box first (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent first check_box with specified three_state, check_state, and location.
 
static check_box first (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent first check_box with specified three_state, check_state, location, and size.
 
static check_box first (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent first check_box with specified three_state, check_state, location, size, and name.
 
static check_box first (const control &parent)
 Create a system-defined check_box that represent first check_box with specified parent.
 
static check_box first (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent first check_box with specified parent, and location.
 
static check_box first (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent first check_box with specified parent, location, and size.
 
static check_box first (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent first check_box with specified parent, location, size, and name.
 
static check_box first (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent first check_box with specified parent, and check_state.
 
static check_box first (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent first check_box with specified parent, check_state, and location.
 
static check_box first (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent first check_box with specified parent, check_state, location, and size.
 
static check_box first (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent first check_box with specified parent, check_state, location, size, and name.
 
static check_box first (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent first check_box with specified parent, three_state, and check_state.
 
static check_box first (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent first check_box with specified parent, three_state, check_state, and location.
 
static check_box first (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent first check_box with specified parent, three_state, check_state, location, and size.
 
static check_box first (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent first check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box floppy ()
 Create a system-defined check_box that represent floppy check_box.
 
static check_box floppy (const drawing::point &location)
 Create a system-defined check_box that represent floppy check_box with specified location.
 
static check_box floppy (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent floppy check_box with specified location, and size.
 
static check_box floppy (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent floppy check_box with specified location, size, and name.
 
static check_box floppy (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent floppy check_box with specified and check_state.
 
static check_box floppy (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent floppy check_box with specified check_state, and location.
 
static check_box floppy (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent floppy check_box with specified check_state, location, and size.
 
static check_box floppy (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent floppy check_box with specified check_state, location, size, and name.
 
static check_box floppy (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent floppy check_box with specified three_state, and check_state.
 
static check_box floppy (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent floppy check_box with specified three_state, check_state, and location.
 
static check_box floppy (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent floppy check_box with specified three_state, check_state, location, and size.
 
static check_box floppy (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent floppy check_box with specified three_state, check_state, location, size, and name.
 
static check_box floppy (const control &parent)
 Create a system-defined check_box that represent floppy check_box with specified parent.
 
static check_box floppy (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent floppy check_box with specified parent, and location.
 
static check_box floppy (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent floppy check_box with specified parent, location, and size.
 
static check_box floppy (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent floppy check_box with specified parent, location, size, and name.
 
static check_box floppy (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent floppy check_box with specified parent, and check_state.
 
static check_box floppy (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent floppy check_box with specified parent, check_state, and location.
 
static check_box floppy (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent floppy check_box with specified parent, check_state, location, and size.
 
static check_box floppy (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent floppy check_box with specified parent, check_state, location, size, and name.
 
static check_box floppy (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent floppy check_box with specified parent, three_state, and check_state.
 
static check_box floppy (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent floppy check_box with specified parent, three_state, check_state, and location.
 
static check_box floppy (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent floppy check_box with specified parent, three_state, check_state, location, and size.
 
static check_box floppy (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent floppy check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box font ()
 Create a system-defined check_box that represent font check_box.
 
static check_box font (const drawing::point &location)
 Create a system-defined check_box that represent font check_box with specified location.
 
static check_box font (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent font check_box with specified location, and size.
 
static check_box font (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent font check_box with specified location, size, and name.
 
static check_box font (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent font check_box with specified and check_state.
 
static check_box font (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent font check_box with specified check_state, and location.
 
static check_box font (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent font check_box with specified check_state, location, and size.
 
static check_box font (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent font check_box with specified check_state, location, size, and name.
 
static check_box font (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent font check_box with specified three_state, and check_state.
 
static check_box font (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent font check_box with specified three_state, check_state, and location.
 
static check_box font (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent font check_box with specified three_state, check_state, location, and size.
 
static check_box font (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent font check_box with specified three_state, check_state, location, size, and name.
 
static check_box font (const control &parent)
 Create a system-defined check_box that represent font check_box with specified parent.
 
static check_box font (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent font check_box with specified parent, and location.
 
static check_box font (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent font check_box with specified parent, location, and size.
 
static check_box font (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent font check_box with specified parent, location, size, and name.
 
static check_box font (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent font check_box with specified parent, and check_state.
 
static check_box font (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent font check_box with specified parent, check_state, and location.
 
static check_box font (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent font check_box with specified parent, check_state, location, and size.
 
static check_box font (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent font check_box with specified parent, check_state, location, size, and name.
 
static check_box font (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent font check_box with specified parent, three_state, and check_state.
 
static check_box font (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent font check_box with specified parent, three_state, check_state, and location.
 
static check_box font (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent font check_box with specified parent, three_state, check_state, location, and size.
 
static check_box font (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent font check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box forward ()
 Create a system-defined check_box that represent forward check_box.
 
static check_box forward (const drawing::point &location)
 Create a system-defined check_box that represent forward check_box with specified location.
 
static check_box forward (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent forward check_box with specified location, and size.
 
static check_box forward (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent forward check_box with specified location, size, and name.
 
static check_box forward (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent forward check_box with specified and check_state.
 
static check_box forward (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent forward check_box with specified check_state, and location.
 
static check_box forward (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent forward check_box with specified check_state, location, and size.
 
static check_box forward (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent forward check_box with specified check_state, location, size, and name.
 
static check_box forward (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent forward check_box with specified three_state, and check_state.
 
static check_box forward (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent forward check_box with specified three_state, check_state, and location.
 
static check_box forward (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent forward check_box with specified three_state, check_state, location, and size.
 
static check_box forward (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent forward check_box with specified three_state, check_state, location, size, and name.
 
static check_box forward (const control &parent)
 Create a system-defined check_box that represent forward check_box with specified parent.
 
static check_box forward (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent forward check_box with specified parent, and location.
 
static check_box forward (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent forward check_box with specified parent, location, and size.
 
static check_box forward (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent forward check_box with specified parent, location, size, and name.
 
static check_box forward (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent forward check_box with specified parent, and check_state.
 
static check_box forward (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent forward check_box with specified parent, check_state, and location.
 
static check_box forward (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent forward check_box with specified parent, check_state, location, and size.
 
static check_box forward (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent forward check_box with specified parent, check_state, location, size, and name.
 
static check_box forward (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent forward check_box with specified parent, three_state, and check_state.
 
static check_box forward (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent forward check_box with specified parent, three_state, check_state, and location.
 
static check_box forward (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent forward check_box with specified parent, three_state, check_state, location, and size.
 
static check_box forward (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent forward check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box harddisk ()
 Create a system-defined check_box that represent harddisk check_box.
 
static check_box harddisk (const drawing::point &location)
 Create a system-defined check_box that represent harddisk check_box with specified location.
 
static check_box harddisk (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent harddisk check_box with specified location, and size.
 
static check_box harddisk (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent harddisk check_box with specified location, size, and name.
 
static check_box harddisk (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent harddisk check_box with specified and check_state.
 
static check_box harddisk (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent harddisk check_box with specified check_state, and location.
 
static check_box harddisk (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent harddisk check_box with specified check_state, location, and size.
 
static check_box harddisk (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent harddisk check_box with specified check_state, location, size, and name.
 
static check_box harddisk (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent harddisk check_box with specified three_state, and check_state.
 
static check_box harddisk (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent harddisk check_box with specified three_state, check_state, and location.
 
static check_box harddisk (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent harddisk check_box with specified three_state, check_state, location, and size.
 
static check_box harddisk (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent harddisk check_box with specified three_state, check_state, location, size, and name.
 
static check_box harddisk (const control &parent)
 Create a system-defined check_box that represent harddisk check_box with specified parent.
 
static check_box harddisk (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent harddisk check_box with specified parent, and location.
 
static check_box harddisk (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent harddisk check_box with specified parent, location, and size.
 
static check_box harddisk (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent harddisk check_box with specified parent, location, size, and name.
 
static check_box harddisk (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent harddisk check_box with specified parent, and check_state.
 
static check_box harddisk (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent harddisk check_box with specified parent, check_state, and location.
 
static check_box harddisk (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent harddisk check_box with specified parent, check_state, location, and size.
 
static check_box harddisk (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent harddisk check_box with specified parent, check_state, location, size, and name.
 
static check_box harddisk (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent harddisk check_box with specified parent, three_state, and check_state.
 
static check_box harddisk (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent harddisk check_box with specified parent, three_state, check_state, and location.
 
static check_box harddisk (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent harddisk check_box with specified parent, three_state, check_state, location, and size.
 
static check_box harddisk (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent harddisk check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box help ()
 Create a system-defined check_box that represent help check_box.
 
static check_box help (const drawing::point &location)
 Create a system-defined check_box that represent help check_box with specified location.
 
static check_box help (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent help check_box with specified location, and size.
 
static check_box help (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent help check_box with specified location, size, and name.
 
static check_box help (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent help check_box with specified and check_state.
 
static check_box help (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent help check_box with specified check_state, and location.
 
static check_box help (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent help check_box with specified check_state, location, and size.
 
static check_box help (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent help check_box with specified check_state, location, size, and name.
 
static check_box help (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent help check_box with specified three_state, and check_state.
 
static check_box help (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent help check_box with specified three_state, check_state, and location.
 
static check_box help (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent help check_box with specified three_state, check_state, location, and size.
 
static check_box help (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent help check_box with specified three_state, check_state, location, size, and name.
 
static check_box help (const control &parent)
 Create a system-defined check_box that represent help check_box with specified parent.
 
static check_box help (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent help check_box with specified parent, and location.
 
static check_box help (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent help check_box with specified parent, location, and size.
 
static check_box help (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent help check_box with specified parent, location, size, and name.
 
static check_box help (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent help check_box with specified parent, and check_state.
 
static check_box help (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent help check_box with specified parent, check_state, and location.
 
static check_box help (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent help check_box with specified parent, check_state, location, and size.
 
static check_box help (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent help check_box with specified parent, check_state, location, size, and name.
 
static check_box help (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent help check_box with specified parent, three_state, and check_state.
 
static check_box help (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent help check_box with specified parent, three_state, check_state, and location.
 
static check_box help (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent help check_box with specified parent, three_state, check_state, location, and size.
 
static check_box help (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent help check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box home ()
 Create a system-defined check_box that represent home check_box.
 
static check_box home (const drawing::point &location)
 Create a system-defined check_box that represent home check_box with specified location.
 
static check_box home (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent home check_box with specified location, and size.
 
static check_box home (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent home check_box with specified location, size, and name.
 
static check_box home (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent home check_box with specified and check_state.
 
static check_box home (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent home check_box with specified check_state, and location.
 
static check_box home (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent home check_box with specified check_state, location, and size.
 
static check_box home (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent home check_box with specified check_state, location, size, and name.
 
static check_box home (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent home check_box with specified three_state, and check_state.
 
static check_box home (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent home check_box with specified three_state, check_state, and location.
 
static check_box home (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent home check_box with specified three_state, check_state, location, and size.
 
static check_box home (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent home check_box with specified three_state, check_state, location, size, and name.
 
static check_box home (const control &parent)
 Create a system-defined check_box that represent home check_box with specified parent.
 
static check_box home (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent home check_box with specified parent, and location.
 
static check_box home (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent home check_box with specified parent, location, and size.
 
static check_box home (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent home check_box with specified parent, location, size, and name.
 
static check_box home (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent home check_box with specified parent, and check_state.
 
static check_box home (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent home check_box with specified parent, check_state, and location.
 
static check_box home (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent home check_box with specified parent, check_state, location, and size.
 
static check_box home (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent home check_box with specified parent, check_state, location, size, and name.
 
static check_box home (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent home check_box with specified parent, three_state, and check_state.
 
static check_box home (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent home check_box with specified parent, three_state, check_state, and location.
 
static check_box home (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent home check_box with specified parent, three_state, check_state, location, and size.
 
static check_box home (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent home check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box ignore ()
 Create a system-defined check_box that represent ignore check_box.
 
static check_box ignore (const drawing::point &location)
 Create a system-defined check_box that represent ignore check_box with specified location.
 
static check_box ignore (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ignore check_box with specified location, and size.
 
static check_box ignore (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ignore check_box with specified location, size, and name.
 
static check_box ignore (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent ignore check_box with specified and check_state.
 
static check_box ignore (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent ignore check_box with specified check_state, and location.
 
static check_box ignore (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ignore check_box with specified check_state, location, and size.
 
static check_box ignore (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ignore check_box with specified check_state, location, size, and name.
 
static check_box ignore (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent ignore check_box with specified three_state, and check_state.
 
static check_box ignore (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent ignore check_box with specified three_state, check_state, and location.
 
static check_box ignore (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ignore check_box with specified three_state, check_state, location, and size.
 
static check_box ignore (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ignore check_box with specified three_state, check_state, location, size, and name.
 
static check_box ignore (const control &parent)
 Create a system-defined check_box that represent ignore check_box with specified parent.
 
static check_box ignore (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent ignore check_box with specified parent, and location.
 
static check_box ignore (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ignore check_box with specified parent, location, and size.
 
static check_box ignore (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ignore check_box with specified parent, location, size, and name.
 
static check_box ignore (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent ignore check_box with specified parent, and check_state.
 
static check_box ignore (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent ignore check_box with specified parent, check_state, and location.
 
static check_box ignore (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ignore check_box with specified parent, check_state, location, and size.
 
static check_box ignore (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ignore check_box with specified parent, check_state, location, size, and name.
 
static check_box ignore (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent ignore check_box with specified parent, three_state, and check_state.
 
static check_box ignore (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent ignore check_box with specified parent, three_state, check_state, and location.
 
static check_box ignore (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ignore check_box with specified parent, three_state, check_state, location, and size.
 
static check_box ignore (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ignore check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box indent ()
 Create a system-defined check_box that represent indent check_box.
 
static check_box indent (const drawing::point &location)
 Create a system-defined check_box that represent indent check_box with specified location.
 
static check_box indent (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent indent check_box with specified location, and size.
 
static check_box indent (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent indent check_box with specified location, size, and name.
 
static check_box indent (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent indent check_box with specified and check_state.
 
static check_box indent (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent indent check_box with specified check_state, and location.
 
static check_box indent (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent indent check_box with specified check_state, location, and size.
 
static check_box indent (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent indent check_box with specified check_state, location, size, and name.
 
static check_box indent (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent indent check_box with specified three_state, and check_state.
 
static check_box indent (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent indent check_box with specified three_state, check_state, and location.
 
static check_box indent (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent indent check_box with specified three_state, check_state, location, and size.
 
static check_box indent (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent indent check_box with specified three_state, check_state, location, size, and name.
 
static check_box indent (const control &parent)
 Create a system-defined check_box that represent indent check_box with specified parent.
 
static check_box indent (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent indent check_box with specified parent, and location.
 
static check_box indent (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent indent check_box with specified parent, location, and size.
 
static check_box indent (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent indent check_box with specified parent, location, size, and name.
 
static check_box indent (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent indent check_box with specified parent, and check_state.
 
static check_box indent (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent indent check_box with specified parent, check_state, and location.
 
static check_box indent (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent indent check_box with specified parent, check_state, location, and size.
 
static check_box indent (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent indent check_box with specified parent, check_state, location, size, and name.
 
static check_box indent (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent indent check_box with specified parent, three_state, and check_state.
 
static check_box indent (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent indent check_box with specified parent, three_state, check_state, and location.
 
static check_box indent (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent indent check_box with specified parent, three_state, check_state, location, and size.
 
static check_box indent (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent indent check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box index ()
 Create a system-defined check_box that represent index check_box.
 
static check_box index (const drawing::point &location)
 Create a system-defined check_box that represent index check_box with specified location.
 
static check_box index (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent index check_box with specified location, and size.
 
static check_box index (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent index check_box with specified location, size, and name.
 
static check_box index (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent index check_box with specified and check_state.
 
static check_box index (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent index check_box with specified check_state, and location.
 
static check_box index (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent index check_box with specified check_state, location, and size.
 
static check_box index (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent index check_box with specified check_state, location, size, and name.
 
static check_box index (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent index check_box with specified three_state, and check_state.
 
static check_box index (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent index check_box with specified three_state, check_state, and location.
 
static check_box index (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent index check_box with specified three_state, check_state, location, and size.
 
static check_box index (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent index check_box with specified three_state, check_state, location, size, and name.
 
static check_box index (const control &parent)
 Create a system-defined check_box that represent index check_box with specified parent.
 
static check_box index (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent index check_box with specified parent, and location.
 
static check_box index (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent index check_box with specified parent, location, and size.
 
static check_box index (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent index check_box with specified parent, location, size, and name.
 
static check_box index (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent index check_box with specified parent, and check_state.
 
static check_box index (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent index check_box with specified parent, check_state, and location.
 
static check_box index (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent index check_box with specified parent, check_state, location, and size.
 
static check_box index (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent index check_box with specified parent, check_state, location, size, and name.
 
static check_box index (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent index check_box with specified parent, three_state, and check_state.
 
static check_box index (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent index check_box with specified parent, three_state, check_state, and location.
 
static check_box index (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent index check_box with specified parent, three_state, check_state, location, and size.
 
static check_box index (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent index check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box info ()
 Create a system-defined check_box that represent info check_box.
 
static check_box info (const drawing::point &location)
 Create a system-defined check_box that represent info check_box with specified location.
 
static check_box info (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent info check_box with specified location, and size.
 
static check_box info (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent info check_box with specified location, size, and name.
 
static check_box info (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent info check_box with specified and check_state.
 
static check_box info (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent info check_box with specified check_state, and location.
 
static check_box info (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent info check_box with specified check_state, location, and size.
 
static check_box info (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent info check_box with specified check_state, location, size, and name.
 
static check_box info (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent info check_box with specified three_state, and check_state.
 
static check_box info (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent info check_box with specified three_state, check_state, and location.
 
static check_box info (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent info check_box with specified three_state, check_state, location, and size.
 
static check_box info (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent info check_box with specified three_state, check_state, location, size, and name.
 
static check_box info (const control &parent)
 Create a system-defined check_box that represent info check_box with specified parent.
 
static check_box info (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent info check_box with specified parent, and location.
 
static check_box info (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent info check_box with specified parent, location, and size.
 
static check_box info (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent info check_box with specified parent, location, size, and name.
 
static check_box info (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent info check_box with specified parent, and check_state.
 
static check_box info (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent info check_box with specified parent, check_state, and location.
 
static check_box info (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent info check_box with specified parent, check_state, location, and size.
 
static check_box info (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent info check_box with specified parent, check_state, location, size, and name.
 
static check_box info (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent info check_box with specified parent, three_state, and check_state.
 
static check_box info (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent info check_box with specified parent, three_state, check_state, and location.
 
static check_box info (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent info check_box with specified parent, three_state, check_state, location, and size.
 
static check_box info (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent info check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box italic ()
 Create a system-defined check_box that represent italic check_box.
 
static check_box italic (const drawing::point &location)
 Create a system-defined check_box that represent italic check_box with specified location.
 
static check_box italic (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent italic check_box with specified location, and size.
 
static check_box italic (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent italic check_box with specified location, size, and name.
 
static check_box italic (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent italic check_box with specified and check_state.
 
static check_box italic (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent italic check_box with specified check_state, and location.
 
static check_box italic (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent italic check_box with specified check_state, location, and size.
 
static check_box italic (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent italic check_box with specified check_state, location, size, and name.
 
static check_box italic (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent italic check_box with specified three_state, and check_state.
 
static check_box italic (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent italic check_box with specified three_state, check_state, and location.
 
static check_box italic (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent italic check_box with specified three_state, check_state, location, and size.
 
static check_box italic (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent italic check_box with specified three_state, check_state, location, size, and name.
 
static check_box italic (const control &parent)
 Create a system-defined check_box that represent italic check_box with specified parent.
 
static check_box italic (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent italic check_box with specified parent, and location.
 
static check_box italic (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent italic check_box with specified parent, location, and size.
 
static check_box italic (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent italic check_box with specified parent, location, size, and name.
 
static check_box italic (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent italic check_box with specified parent, and check_state.
 
static check_box italic (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent italic check_box with specified parent, check_state, and location.
 
static check_box italic (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent italic check_box with specified parent, check_state, location, and size.
 
static check_box italic (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent italic check_box with specified parent, check_state, location, size, and name.
 
static check_box italic (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent italic check_box with specified parent, three_state, and check_state.
 
static check_box italic (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent italic check_box with specified parent, three_state, check_state, and location.
 
static check_box italic (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent italic check_box with specified parent, three_state, check_state, location, and size.
 
static check_box italic (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent italic check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box justified ()
 Create a system-defined check_box that represent justified check_box.
 
static check_box justified (const drawing::point &location)
 Create a system-defined check_box that represent justified check_box with specified location.
 
static check_box justified (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent justified check_box with specified location, and size.
 
static check_box justified (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent justified check_box with specified location, size, and name.
 
static check_box justified (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent justified check_box with specified and check_state.
 
static check_box justified (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent justified check_box with specified check_state, and location.
 
static check_box justified (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent justified check_box with specified check_state, location, and size.
 
static check_box justified (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent justified check_box with specified check_state, location, size, and name.
 
static check_box justified (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent justified check_box with specified three_state, and check_state.
 
static check_box justified (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent justified check_box with specified three_state, check_state, and location.
 
static check_box justified (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent justified check_box with specified three_state, check_state, location, and size.
 
static check_box justified (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent justified check_box with specified three_state, check_state, location, size, and name.
 
static check_box justified (const control &parent)
 Create a system-defined check_box that represent justified check_box with specified parent.
 
static check_box justified (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent justified check_box with specified parent, and location.
 
static check_box justified (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent justified check_box with specified parent, location, and size.
 
static check_box justified (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent justified check_box with specified parent, location, size, and name.
 
static check_box justified (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent justified check_box with specified parent, and check_state.
 
static check_box justified (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent justified check_box with specified parent, check_state, and location.
 
static check_box justified (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent justified check_box with specified parent, check_state, location, and size.
 
static check_box justified (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent justified check_box with specified parent, check_state, location, size, and name.
 
static check_box justified (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent justified check_box with specified parent, three_state, and check_state.
 
static check_box justified (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent justified check_box with specified parent, three_state, check_state, and location.
 
static check_box justified (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent justified check_box with specified parent, three_state, check_state, location, and size.
 
static check_box justified (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent justified check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box jump_to ()
 Create a system-defined check_box that represent jump_to check_box.
 
static check_box jump_to (const drawing::point &location)
 Create a system-defined check_box that represent jump_to check_box with specified location.
 
static check_box jump_to (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent jump_to check_box with specified location, and size.
 
static check_box jump_to (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent jump_to check_box with specified location, size, and name.
 
static check_box jump_to (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent jump_to check_box with specified and check_state.
 
static check_box jump_to (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent jump_to check_box with specified check_state, and location.
 
static check_box jump_to (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent jump_to check_box with specified check_state, location, and size.
 
static check_box jump_to (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent jump_to check_box with specified check_state, location, size, and name.
 
static check_box jump_to (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent jump_to check_box with specified three_state, and check_state.
 
static check_box jump_to (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent jump_to check_box with specified three_state, check_state, and location.
 
static check_box jump_to (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent jump_to check_box with specified three_state, check_state, location, and size.
 
static check_box jump_to (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent jump_to check_box with specified three_state, check_state, location, size, and name.
 
static check_box jump_to (const control &parent)
 Create a system-defined check_box that represent jump_to check_box with specified parent.
 
static check_box jump_to (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent jump_to check_box with specified parent, and location.
 
static check_box jump_to (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent jump_to check_box with specified parent, location, and size.
 
static check_box jump_to (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent jump_to check_box with specified parent, location, size, and name.
 
static check_box jump_to (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent jump_to check_box with specified parent, and check_state.
 
static check_box jump_to (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent jump_to check_box with specified parent, check_state, and location.
 
static check_box jump_to (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent jump_to check_box with specified parent, check_state, location, and size.
 
static check_box jump_to (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent jump_to check_box with specified parent, check_state, location, size, and name.
 
static check_box jump_to (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent jump_to check_box with specified parent, three_state, and check_state.
 
static check_box jump_to (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent jump_to check_box with specified parent, three_state, check_state, and location.
 
static check_box jump_to (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent jump_to check_box with specified parent, three_state, check_state, location, and size.
 
static check_box jump_to (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent jump_to check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box last ()
 Create a system-defined check_box that represent last check_box.
 
static check_box last (const drawing::point &location)
 Create a system-defined check_box that represent last check_box with specified location.
 
static check_box last (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent last check_box with specified location, and size.
 
static check_box last (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent last check_box with specified location, size, and name.
 
static check_box last (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent last check_box with specified and check_state.
 
static check_box last (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent last check_box with specified check_state, and location.
 
static check_box last (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent last check_box with specified check_state, location, and size.
 
static check_box last (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent last check_box with specified check_state, location, size, and name.
 
static check_box last (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent last check_box with specified three_state, and check_state.
 
static check_box last (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent last check_box with specified three_state, check_state, and location.
 
static check_box last (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent last check_box with specified three_state, check_state, location, and size.
 
static check_box last (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent last check_box with specified three_state, check_state, location, size, and name.
 
static check_box last (const control &parent)
 Create a system-defined check_box that represent last check_box with specified parent.
 
static check_box last (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent last check_box with specified parent, and location.
 
static check_box last (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent last check_box with specified parent, location, and size.
 
static check_box last (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent last check_box with specified parent, location, size, and name.
 
static check_box last (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent last check_box with specified parent, and check_state.
 
static check_box last (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent last check_box with specified parent, check_state, and location.
 
static check_box last (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent last check_box with specified parent, check_state, location, and size.
 
static check_box last (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent last check_box with specified parent, check_state, location, size, and name.
 
static check_box last (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent last check_box with specified parent, three_state, and check_state.
 
static check_box last (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent last check_box with specified parent, three_state, check_state, and location.
 
static check_box last (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent last check_box with specified parent, three_state, check_state, location, and size.
 
static check_box last (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent last check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box network ()
 Create a system-defined check_box that represent network check_box.
 
static check_box network (const drawing::point &location)
 Create a system-defined check_box that represent network check_box with specified location.
 
static check_box network (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent network check_box with specified location, and size.
 
static check_box network (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent network check_box with specified location, size, and name.
 
static check_box network (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent network check_box with specified and check_state.
 
static check_box network (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent network check_box with specified check_state, and location.
 
static check_box network (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent network check_box with specified check_state, location, and size.
 
static check_box network (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent network check_box with specified check_state, location, size, and name.
 
static check_box network (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent network check_box with specified three_state, and check_state.
 
static check_box network (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent network check_box with specified three_state, check_state, and location.
 
static check_box network (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent network check_box with specified three_state, check_state, location, and size.
 
static check_box network (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent network check_box with specified three_state, check_state, location, size, and name.
 
static check_box network (const control &parent)
 Create a system-defined check_box that represent network check_box with specified parent.
 
static check_box network (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent network check_box with specified parent, and location.
 
static check_box network (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent network check_box with specified parent, location, and size.
 
static check_box network (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent network check_box with specified parent, location, size, and name.
 
static check_box network (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent network check_box with specified parent, and check_state.
 
static check_box network (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent network check_box with specified parent, check_state, and location.
 
static check_box network (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent network check_box with specified parent, check_state, location, and size.
 
static check_box network (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent network check_box with specified parent, check_state, location, size, and name.
 
static check_box network (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent network check_box with specified parent, three_state, and check_state.
 
static check_box network (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent network check_box with specified parent, three_state, check_state, and location.
 
static check_box network (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent network check_box with specified parent, three_state, check_state, location, and size.
 
static check_box network (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent network check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box new_ ()
 Create a system-defined check_box that represent new_ check_box.
 
static check_box new_ (const drawing::point &location)
 Create a system-defined check_box that represent new_ check_box with specified location.
 
static check_box new_ (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent new_ check_box with specified location, and size.
 
static check_box new_ (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent new_ check_box with specified location, size, and name.
 
static check_box new_ (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent new_ check_box with specified and check_state.
 
static check_box new_ (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent new_ check_box with specified check_state, and location.
 
static check_box new_ (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent new_ check_box with specified check_state, location, and size.
 
static check_box new_ (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent new_ check_box with specified check_state, location, size, and name.
 
static check_box new_ (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent new_ check_box with specified three_state, and check_state.
 
static check_box new_ (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent new_ check_box with specified three_state, check_state, and location.
 
static check_box new_ (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent new_ check_box with specified three_state, check_state, location, and size.
 
static check_box new_ (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent new_ check_box with specified three_state, check_state, location, size, and name.
 
static check_box new_ (const control &parent)
 Create a system-defined check_box that represent new_ check_box with specified parent.
 
static check_box new_ (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent new_ check_box with specified parent, and location.
 
static check_box new_ (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent new_ check_box with specified parent, location, and size.
 
static check_box new_ (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent new_ check_box with specified parent, location, size, and name.
 
static check_box new_ (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent new_ check_box with specified parent, and check_state.
 
static check_box new_ (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent new_ check_box with specified parent, check_state, and location.
 
static check_box new_ (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent new_ check_box with specified parent, check_state, location, and size.
 
static check_box new_ (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent new_ check_box with specified parent, check_state, location, size, and name.
 
static check_box new_ (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent new_ check_box with specified parent, three_state, and check_state.
 
static check_box new_ (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent new_ check_box with specified parent, three_state, check_state, and location.
 
static check_box new_ (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent new_ check_box with specified parent, three_state, check_state, location, and size.
 
static check_box new_ (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent new_ check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box next ()
 Create a system-defined check_box that represent next check_box.
 
static check_box next (const drawing::point &location)
 Create a system-defined check_box that represent next check_box with specified location.
 
static check_box next (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent next check_box with specified location, and size.
 
static check_box next (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent next check_box with specified location, size, and name.
 
static check_box next (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent next check_box with specified and check_state.
 
static check_box next (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent next check_box with specified check_state, and location.
 
static check_box next (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent next check_box with specified check_state, location, and size.
 
static check_box next (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent next check_box with specified check_state, location, size, and name.
 
static check_box next (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent next check_box with specified three_state, and check_state.
 
static check_box next (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent next check_box with specified three_state, check_state, and location.
 
static check_box next (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent next check_box with specified three_state, check_state, location, and size.
 
static check_box next (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent next check_box with specified three_state, check_state, location, size, and name.
 
static check_box next (const control &parent)
 Create a system-defined check_box that represent next check_box with specified parent.
 
static check_box next (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent next check_box with specified parent, and location.
 
static check_box next (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent next check_box with specified parent, location, and size.
 
static check_box next (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent next check_box with specified parent, location, size, and name.
 
static check_box next (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent next check_box with specified parent, and check_state.
 
static check_box next (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent next check_box with specified parent, check_state, and location.
 
static check_box next (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent next check_box with specified parent, check_state, location, and size.
 
static check_box next (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent next check_box with specified parent, check_state, location, size, and name.
 
static check_box next (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent next check_box with specified parent, three_state, and check_state.
 
static check_box next (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent next check_box with specified parent, three_state, check_state, and location.
 
static check_box next (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent next check_box with specified parent, three_state, check_state, location, and size.
 
static check_box next (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent next check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box no ()
 Create a system-defined check_box that represent no check_box.
 
static check_box no (const drawing::point &location)
 Create a system-defined check_box that represent no check_box with specified location.
 
static check_box no (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent no check_box with specified location, and size.
 
static check_box no (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent no check_box with specified location, size, and name.
 
static check_box no (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent no check_box with specified and check_state.
 
static check_box no (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent no check_box with specified check_state, and location.
 
static check_box no (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent no check_box with specified check_state, location, and size.
 
static check_box no (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent no check_box with specified check_state, location, size, and name.
 
static check_box no (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent no check_box with specified three_state, and check_state.
 
static check_box no (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent no check_box with specified three_state, check_state, and location.
 
static check_box no (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent no check_box with specified three_state, check_state, location, and size.
 
static check_box no (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent no check_box with specified three_state, check_state, location, size, and name.
 
static check_box no (const control &parent)
 Create a system-defined check_box that represent no check_box with specified parent.
 
static check_box no (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent no check_box with specified parent, and location.
 
static check_box no (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent no check_box with specified parent, location, and size.
 
static check_box no (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent no check_box with specified parent, location, size, and name.
 
static check_box no (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent no check_box with specified parent, and check_state.
 
static check_box no (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent no check_box with specified parent, check_state, and location.
 
static check_box no (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent no check_box with specified parent, check_state, location, and size.
 
static check_box no (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent no check_box with specified parent, check_state, location, size, and name.
 
static check_box no (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent no check_box with specified parent, three_state, and check_state.
 
static check_box no (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent no check_box with specified parent, three_state, check_state, and location.
 
static check_box no (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent no check_box with specified parent, three_state, check_state, location, and size.
 
static check_box no (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent no check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box ok ()
 Create a system-defined check_box that represent ok check_box.
 
static check_box ok (const drawing::point &location)
 Create a system-defined check_box that represent ok check_box with specified location.
 
static check_box ok (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ok check_box with specified location, and size.
 
static check_box ok (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ok check_box with specified location, size, and name.
 
static check_box ok (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent ok check_box with specified and check_state.
 
static check_box ok (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent ok check_box with specified check_state, and location.
 
static check_box ok (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ok check_box with specified check_state, location, and size.
 
static check_box ok (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ok check_box with specified check_state, location, size, and name.
 
static check_box ok (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent ok check_box with specified three_state, and check_state.
 
static check_box ok (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent ok check_box with specified three_state, check_state, and location.
 
static check_box ok (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ok check_box with specified three_state, check_state, location, and size.
 
static check_box ok (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ok check_box with specified three_state, check_state, location, size, and name.
 
static check_box ok (const control &parent)
 Create a system-defined check_box that represent ok check_box with specified parent.
 
static check_box ok (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent ok check_box with specified parent, and location.
 
static check_box ok (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ok check_box with specified parent, location, and size.
 
static check_box ok (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ok check_box with specified parent, location, size, and name.
 
static check_box ok (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent ok check_box with specified parent, and check_state.
 
static check_box ok (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent ok check_box with specified parent, check_state, and location.
 
static check_box ok (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ok check_box with specified parent, check_state, location, and size.
 
static check_box ok (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ok check_box with specified parent, check_state, location, size, and name.
 
static check_box ok (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent ok check_box with specified parent, three_state, and check_state.
 
static check_box ok (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent ok check_box with specified parent, three_state, check_state, and location.
 
static check_box ok (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent ok check_box with specified parent, three_state, check_state, location, and size.
 
static check_box ok (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent ok check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box open ()
 Create a system-defined check_box that represent open check_box.
 
static check_box open (const drawing::point &location)
 Create a system-defined check_box that represent open check_box with specified location.
 
static check_box open (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent open check_box with specified location, and size.
 
static check_box open (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent open check_box with specified location, size, and name.
 
static check_box open (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent open check_box with specified and check_state.
 
static check_box open (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent open check_box with specified check_state, and location.
 
static check_box open (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent open check_box with specified check_state, location, and size.
 
static check_box open (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent open check_box with specified check_state, location, size, and name.
 
static check_box open (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent open check_box with specified three_state, and check_state.
 
static check_box open (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent open check_box with specified three_state, check_state, and location.
 
static check_box open (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent open check_box with specified three_state, check_state, location, and size.
 
static check_box open (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent open check_box with specified three_state, check_state, location, size, and name.
 
static check_box open (const control &parent)
 Create a system-defined check_box that represent open check_box with specified parent.
 
static check_box open (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent open check_box with specified parent, and location.
 
static check_box open (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent open check_box with specified parent, location, and size.
 
static check_box open (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent open check_box with specified parent, location, size, and name.
 
static check_box open (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent open check_box with specified parent, and check_state.
 
static check_box open (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent open check_box with specified parent, check_state, and location.
 
static check_box open (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent open check_box with specified parent, check_state, location, and size.
 
static check_box open (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent open check_box with specified parent, check_state, location, size, and name.
 
static check_box open (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent open check_box with specified parent, three_state, and check_state.
 
static check_box open (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent open check_box with specified parent, three_state, check_state, and location.
 
static check_box open (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent open check_box with specified parent, three_state, check_state, location, and size.
 
static check_box open (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent open check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box options ()
 Create a system-defined check_box that represent options check_box.
 
static check_box options (const drawing::point &location)
 Create a system-defined check_box that represent options check_box with specified location.
 
static check_box options (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent options check_box with specified location, and size.
 
static check_box options (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent options check_box with specified location, size, and name.
 
static check_box options (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent options check_box with specified and check_state.
 
static check_box options (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent options check_box with specified check_state, and location.
 
static check_box options (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent options check_box with specified check_state, location, and size.
 
static check_box options (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent options check_box with specified check_state, location, size, and name.
 
static check_box options (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent options check_box with specified three_state, and check_state.
 
static check_box options (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent options check_box with specified three_state, check_state, and location.
 
static check_box options (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent options check_box with specified three_state, check_state, location, and size.
 
static check_box options (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent options check_box with specified three_state, check_state, location, size, and name.
 
static check_box options (const control &parent)
 Create a system-defined check_box that represent options check_box with specified parent.
 
static check_box options (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent options check_box with specified parent, and location.
 
static check_box options (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent options check_box with specified parent, location, and size.
 
static check_box options (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent options check_box with specified parent, location, size, and name.
 
static check_box options (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent options check_box with specified parent, and check_state.
 
static check_box options (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent options check_box with specified parent, check_state, and location.
 
static check_box options (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent options check_box with specified parent, check_state, location, and size.
 
static check_box options (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent options check_box with specified parent, check_state, location, size, and name.
 
static check_box options (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent options check_box with specified parent, three_state, and check_state.
 
static check_box options (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent options check_box with specified parent, three_state, check_state, and location.
 
static check_box options (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent options check_box with specified parent, three_state, check_state, location, and size.
 
static check_box options (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent options check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box paste ()
 Create a system-defined check_box that represent paste check_box.
 
static check_box paste (const drawing::point &location)
 Create a system-defined check_box that represent paste check_box with specified location.
 
static check_box paste (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent paste check_box with specified location, and size.
 
static check_box paste (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent paste check_box with specified location, size, and name.
 
static check_box paste (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent paste check_box with specified and check_state.
 
static check_box paste (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent paste check_box with specified check_state, and location.
 
static check_box paste (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent paste check_box with specified check_state, location, and size.
 
static check_box paste (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent paste check_box with specified check_state, location, size, and name.
 
static check_box paste (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent paste check_box with specified three_state, and check_state.
 
static check_box paste (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent paste check_box with specified three_state, check_state, and location.
 
static check_box paste (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent paste check_box with specified three_state, check_state, location, and size.
 
static check_box paste (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent paste check_box with specified three_state, check_state, location, size, and name.
 
static check_box paste (const control &parent)
 Create a system-defined check_box that represent paste check_box with specified parent.
 
static check_box paste (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent paste check_box with specified parent, and location.
 
static check_box paste (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent paste check_box with specified parent, location, and size.
 
static check_box paste (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent paste check_box with specified parent, location, size, and name.
 
static check_box paste (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent paste check_box with specified parent, and check_state.
 
static check_box paste (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent paste check_box with specified parent, check_state, and location.
 
static check_box paste (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent paste check_box with specified parent, check_state, location, and size.
 
static check_box paste (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent paste check_box with specified parent, check_state, location, size, and name.
 
static check_box paste (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent paste check_box with specified parent, three_state, and check_state.
 
static check_box paste (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent paste check_box with specified parent, three_state, check_state, and location.
 
static check_box paste (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent paste check_box with specified parent, three_state, check_state, location, and size.
 
static check_box paste (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent paste check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box preferences ()
 Create a system-defined check_box that represent preferences check_box.
 
static check_box preferences (const drawing::point &location)
 Create a system-defined check_box that represent preferences check_box with specified location.
 
static check_box preferences (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent preferences check_box with specified location, and size.
 
static check_box preferences (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent preferences check_box with specified location, size, and name.
 
static check_box preferences (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent preferences check_box with specified and check_state.
 
static check_box preferences (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent preferences check_box with specified check_state, and location.
 
static check_box preferences (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent preferences check_box with specified check_state, location, and size.
 
static check_box preferences (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent preferences check_box with specified check_state, location, size, and name.
 
static check_box preferences (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent preferences check_box with specified three_state, and check_state.
 
static check_box preferences (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent preferences check_box with specified three_state, check_state, and location.
 
static check_box preferences (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent preferences check_box with specified three_state, check_state, location, and size.
 
static check_box preferences (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent preferences check_box with specified three_state, check_state, location, size, and name.
 
static check_box preferences (const control &parent)
 Create a system-defined check_box that represent preferences check_box with specified parent.
 
static check_box preferences (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent preferences check_box with specified parent, and location.
 
static check_box preferences (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent preferences check_box with specified parent, location, and size.
 
static check_box preferences (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent preferences check_box with specified parent, location, size, and name.
 
static check_box preferences (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent preferences check_box with specified parent, and check_state.
 
static check_box preferences (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent preferences check_box with specified parent, check_state, and location.
 
static check_box preferences (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent preferences check_box with specified parent, check_state, location, and size.
 
static check_box preferences (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent preferences check_box with specified parent, check_state, location, size, and name.
 
static check_box preferences (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent preferences check_box with specified parent, three_state, and check_state.
 
static check_box preferences (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent preferences check_box with specified parent, three_state, check_state, and location.
 
static check_box preferences (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent preferences check_box with specified parent, three_state, check_state, location, and size.
 
static check_box preferences (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent preferences check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box previous ()
 Create a system-defined check_box that represent previous check_box.
 
static check_box previous (const drawing::point &location)
 Create a system-defined check_box that represent previous check_box with specified location.
 
static check_box previous (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent previous check_box with specified location, and size.
 
static check_box previous (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent previous check_box with specified location, size, and name.
 
static check_box previous (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent previous check_box with specified and check_state.
 
static check_box previous (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent previous check_box with specified check_state, and location.
 
static check_box previous (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent previous check_box with specified check_state, location, and size.
 
static check_box previous (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent previous check_box with specified check_state, location, size, and name.
 
static check_box previous (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent previous check_box with specified three_state, and check_state.
 
static check_box previous (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent previous check_box with specified three_state, check_state, and location.
 
static check_box previous (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent previous check_box with specified three_state, check_state, location, and size.
 
static check_box previous (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent previous check_box with specified three_state, check_state, location, size, and name.
 
static check_box previous (const control &parent)
 Create a system-defined check_box that represent previous check_box with specified parent.
 
static check_box previous (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent previous check_box with specified parent, and location.
 
static check_box previous (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent previous check_box with specified parent, location, and size.
 
static check_box previous (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent previous check_box with specified parent, location, size, and name.
 
static check_box previous (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent previous check_box with specified parent, and check_state.
 
static check_box previous (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent previous check_box with specified parent, check_state, and location.
 
static check_box previous (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent previous check_box with specified parent, check_state, location, and size.
 
static check_box previous (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent previous check_box with specified parent, check_state, location, size, and name.
 
static check_box previous (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent previous check_box with specified parent, three_state, and check_state.
 
static check_box previous (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent previous check_box with specified parent, three_state, check_state, and location.
 
static check_box previous (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent previous check_box with specified parent, three_state, check_state, location, and size.
 
static check_box previous (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent previous check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box print ()
 Create a system-defined check_box that represent print check_box.
 
static check_box print (const drawing::point &location)
 Create a system-defined check_box that represent print check_box with specified location.
 
static check_box print (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent print check_box with specified location, and size.
 
static check_box print (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent print check_box with specified location, size, and name.
 
static check_box print (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent print check_box with specified and check_state.
 
static check_box print (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent print check_box with specified check_state, and location.
 
static check_box print (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent print check_box with specified check_state, location, and size.
 
static check_box print (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent print check_box with specified check_state, location, size, and name.
 
static check_box print (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent print check_box with specified three_state, and check_state.
 
static check_box print (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent print check_box with specified three_state, check_state, and location.
 
static check_box print (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent print check_box with specified three_state, check_state, location, and size.
 
static check_box print (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent print check_box with specified three_state, check_state, location, size, and name.
 
static check_box print (const control &parent)
 Create a system-defined check_box that represent print check_box with specified parent.
 
static check_box print (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent print check_box with specified parent, and location.
 
static check_box print (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent print check_box with specified parent, location, and size.
 
static check_box print (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent print check_box with specified parent, location, size, and name.
 
static check_box print (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent print check_box with specified parent, and check_state.
 
static check_box print (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent print check_box with specified parent, check_state, and location.
 
static check_box print (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent print check_box with specified parent, check_state, location, and size.
 
static check_box print (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent print check_box with specified parent, check_state, location, size, and name.
 
static check_box print (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent print check_box with specified parent, three_state, and check_state.
 
static check_box print (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent print check_box with specified parent, three_state, check_state, and location.
 
static check_box print (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent print check_box with specified parent, three_state, check_state, location, and size.
 
static check_box print (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent print check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box print_preview ()
 Create a system-defined check_box that represent print_preview check_box.
 
static check_box print_preview (const drawing::point &location)
 Create a system-defined check_box that represent print_preview check_box with specified location.
 
static check_box print_preview (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent print_preview check_box with specified location, and size.
 
static check_box print_preview (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent print_preview check_box with specified location, size, and name.
 
static check_box print_preview (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent print_preview check_box with specified and check_state.
 
static check_box print_preview (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent print_preview check_box with specified check_state, and location.
 
static check_box print_preview (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent print_preview check_box with specified check_state, location, and size.
 
static check_box print_preview (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent print_preview check_box with specified check_state, location, size, and name.
 
static check_box print_preview (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent print_preview check_box with specified three_state, and check_state.
 
static check_box print_preview (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent print_preview check_box with specified three_state, check_state, and location.
 
static check_box print_preview (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent print_preview check_box with specified three_state, check_state, location, and size.
 
static check_box print_preview (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent print_preview check_box with specified three_state, check_state, location, size, and name.
 
static check_box print_preview (const control &parent)
 Create a system-defined check_box that represent print_preview check_box with specified parent.
 
static check_box print_preview (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent print_preview check_box with specified parent, and location.
 
static check_box print_preview (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent print_preview check_box with specified parent, location, and size.
 
static check_box print_preview (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent print_preview check_box with specified parent, location, size, and name.
 
static check_box print_preview (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent print_preview check_box with specified parent, and check_state.
 
static check_box print_preview (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent print_preview check_box with specified parent, check_state, and location.
 
static check_box print_preview (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent print_preview check_box with specified parent, check_state, location, and size.
 
static check_box print_preview (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent print_preview check_box with specified parent, check_state, location, size, and name.
 
static check_box print_preview (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent print_preview check_box with specified parent, three_state, and check_state.
 
static check_box print_preview (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent print_preview check_box with specified parent, three_state, check_state, and location.
 
static check_box print_preview (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent print_preview check_box with specified parent, three_state, check_state, location, and size.
 
static check_box print_preview (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent print_preview check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box properties ()
 Create a system-defined check_box that represent properties check_box.
 
static check_box properties (const drawing::point &location)
 Create a system-defined check_box that represent properties check_box with specified location.
 
static check_box properties (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent properties check_box with specified location, and size.
 
static check_box properties (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent properties check_box with specified location, size, and name.
 
static check_box properties (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent properties check_box with specified and check_state.
 
static check_box properties (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent properties check_box with specified check_state, and location.
 
static check_box properties (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent properties check_box with specified check_state, location, and size.
 
static check_box properties (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent properties check_box with specified check_state, location, size, and name.
 
static check_box properties (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent properties check_box with specified three_state, and check_state.
 
static check_box properties (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent properties check_box with specified three_state, check_state, and location.
 
static check_box properties (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent properties check_box with specified three_state, check_state, location, and size.
 
static check_box properties (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent properties check_box with specified three_state, check_state, location, size, and name.
 
static check_box properties (const control &parent)
 Create a system-defined check_box that represent properties check_box with specified parent.
 
static check_box properties (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent properties check_box with specified parent, and location.
 
static check_box properties (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent properties check_box with specified parent, location, and size.
 
static check_box properties (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent properties check_box with specified parent, location, size, and name.
 
static check_box properties (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent properties check_box with specified parent, and check_state.
 
static check_box properties (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent properties check_box with specified parent, check_state, and location.
 
static check_box properties (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent properties check_box with specified parent, check_state, location, and size.
 
static check_box properties (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent properties check_box with specified parent, check_state, location, size, and name.
 
static check_box properties (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent properties check_box with specified parent, three_state, and check_state.
 
static check_box properties (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent properties check_box with specified parent, three_state, check_state, and location.
 
static check_box properties (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent properties check_box with specified parent, three_state, check_state, location, and size.
 
static check_box properties (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent properties check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box quit ()
 Create a system-defined check_box that represent quit check_box.
 
static check_box quit (const drawing::point &location)
 Create a system-defined check_box that represent quit check_box with specified location.
 
static check_box quit (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent quit check_box with specified location, and size.
 
static check_box quit (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent quit check_box with specified location, size, and name.
 
static check_box quit (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent quit check_box with specified and check_state.
 
static check_box quit (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent quit check_box with specified check_state, and location.
 
static check_box quit (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent quit check_box with specified check_state, location, and size.
 
static check_box quit (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent quit check_box with specified check_state, location, size, and name.
 
static check_box quit (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent quit check_box with specified three_state, and check_state.
 
static check_box quit (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent quit check_box with specified three_state, check_state, and location.
 
static check_box quit (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent quit check_box with specified three_state, check_state, location, and size.
 
static check_box quit (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent quit check_box with specified three_state, check_state, location, size, and name.
 
static check_box quit (const control &parent)
 Create a system-defined check_box that represent quit check_box with specified parent.
 
static check_box quit (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent quit check_box with specified parent, and location.
 
static check_box quit (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent quit check_box with specified parent, location, and size.
 
static check_box quit (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent quit check_box with specified parent, location, size, and name.
 
static check_box quit (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent quit check_box with specified parent, and check_state.
 
static check_box quit (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent quit check_box with specified parent, check_state, and location.
 
static check_box quit (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent quit check_box with specified parent, check_state, location, and size.
 
static check_box quit (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent quit check_box with specified parent, check_state, location, size, and name.
 
static check_box quit (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent quit check_box with specified parent, three_state, and check_state.
 
static check_box quit (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent quit check_box with specified parent, three_state, check_state, and location.
 
static check_box quit (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent quit check_box with specified parent, three_state, check_state, location, and size.
 
static check_box quit (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent quit check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box redo ()
 Create a system-defined check_box that represent redo check_box.
 
static check_box redo (const drawing::point &location)
 Create a system-defined check_box that represent redo check_box with specified location.
 
static check_box redo (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent redo check_box with specified location, and size.
 
static check_box redo (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent redo check_box with specified location, size, and name.
 
static check_box redo (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent redo check_box with specified and check_state.
 
static check_box redo (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent redo check_box with specified check_state, and location.
 
static check_box redo (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent redo check_box with specified check_state, location, and size.
 
static check_box redo (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent redo check_box with specified check_state, location, size, and name.
 
static check_box redo (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent redo check_box with specified three_state, and check_state.
 
static check_box redo (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent redo check_box with specified three_state, check_state, and location.
 
static check_box redo (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent redo check_box with specified three_state, check_state, location, and size.
 
static check_box redo (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent redo check_box with specified three_state, check_state, location, size, and name.
 
static check_box redo (const control &parent)
 Create a system-defined check_box that represent redo check_box with specified parent.
 
static check_box redo (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent redo check_box with specified parent, and location.
 
static check_box redo (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent redo check_box with specified parent, location, and size.
 
static check_box redo (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent redo check_box with specified parent, location, size, and name.
 
static check_box redo (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent redo check_box with specified parent, and check_state.
 
static check_box redo (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent redo check_box with specified parent, check_state, and location.
 
static check_box redo (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent redo check_box with specified parent, check_state, location, and size.
 
static check_box redo (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent redo check_box with specified parent, check_state, location, size, and name.
 
static check_box redo (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent redo check_box with specified parent, three_state, and check_state.
 
static check_box redo (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent redo check_box with specified parent, three_state, check_state, and location.
 
static check_box redo (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent redo check_box with specified parent, three_state, check_state, location, and size.
 
static check_box redo (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent redo check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box refresh ()
 Create a system-defined check_box that represent refresh check_box.
 
static check_box refresh (const drawing::point &location)
 Create a system-defined check_box that represent refresh check_box with specified location.
 
static check_box refresh (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent refresh check_box with specified location, and size.
 
static check_box refresh (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent refresh check_box with specified location, size, and name.
 
static check_box refresh (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent refresh check_box with specified and check_state.
 
static check_box refresh (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent refresh check_box with specified check_state, and location.
 
static check_box refresh (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent refresh check_box with specified check_state, location, and size.
 
static check_box refresh (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent refresh check_box with specified check_state, location, size, and name.
 
static check_box refresh (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent refresh check_box with specified three_state, and check_state.
 
static check_box refresh (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent refresh check_box with specified three_state, check_state, and location.
 
static check_box refresh (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent refresh check_box with specified three_state, check_state, location, and size.
 
static check_box refresh (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent refresh check_box with specified three_state, check_state, location, size, and name.
 
static check_box refresh (const control &parent)
 Create a system-defined check_box that represent refresh check_box with specified parent.
 
static check_box refresh (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent refresh check_box with specified parent, and location.
 
static check_box refresh (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent refresh check_box with specified parent, location, and size.
 
static check_box refresh (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent refresh check_box with specified parent, location, size, and name.
 
static check_box refresh (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent refresh check_box with specified parent, and check_state.
 
static check_box refresh (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent refresh check_box with specified parent, check_state, and location.
 
static check_box refresh (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent refresh check_box with specified parent, check_state, location, and size.
 
static check_box refresh (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent refresh check_box with specified parent, check_state, location, size, and name.
 
static check_box refresh (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent refresh check_box with specified parent, three_state, and check_state.
 
static check_box refresh (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent refresh check_box with specified parent, three_state, check_state, and location.
 
static check_box refresh (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent refresh check_box with specified parent, three_state, check_state, location, and size.
 
static check_box refresh (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent refresh check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box remove ()
 Create a system-defined check_box that represent remove check_box.
 
static check_box remove (const drawing::point &location)
 Create a system-defined check_box that represent remove check_box with specified location.
 
static check_box remove (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent remove check_box with specified location, and size.
 
static check_box remove (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent remove check_box with specified location, size, and name.
 
static check_box remove (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent remove check_box with specified and check_state.
 
static check_box remove (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent remove check_box with specified check_state, and location.
 
static check_box remove (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent remove check_box with specified check_state, location, and size.
 
static check_box remove (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent remove check_box with specified check_state, location, size, and name.
 
static check_box remove (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent remove check_box with specified three_state, and check_state.
 
static check_box remove (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent remove check_box with specified three_state, check_state, and location.
 
static check_box remove (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent remove check_box with specified three_state, check_state, location, and size.
 
static check_box remove (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent remove check_box with specified three_state, check_state, location, size, and name.
 
static check_box remove (const control &parent)
 Create a system-defined check_box that represent remove check_box with specified parent.
 
static check_box remove (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent remove check_box with specified parent, and location.
 
static check_box remove (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent remove check_box with specified parent, location, and size.
 
static check_box remove (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent remove check_box with specified parent, location, size, and name.
 
static check_box remove (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent remove check_box with specified parent, and check_state.
 
static check_box remove (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent remove check_box with specified parent, check_state, and location.
 
static check_box remove (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent remove check_box with specified parent, check_state, location, and size.
 
static check_box remove (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent remove check_box with specified parent, check_state, location, size, and name.
 
static check_box remove (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent remove check_box with specified parent, three_state, and check_state.
 
static check_box remove (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent remove check_box with specified parent, three_state, check_state, and location.
 
static check_box remove (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent remove check_box with specified parent, three_state, check_state, location, and size.
 
static check_box remove (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent remove check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box replace ()
 Create a system-defined check_box that represent replace check_box.
 
static check_box replace (const drawing::point &location)
 Create a system-defined check_box that represent replace check_box with specified location.
 
static check_box replace (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent replace check_box with specified location, and size.
 
static check_box replace (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent replace check_box with specified location, size, and name.
 
static check_box replace (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent replace check_box with specified and check_state.
 
static check_box replace (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent replace check_box with specified check_state, and location.
 
static check_box replace (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent replace check_box with specified check_state, location, and size.
 
static check_box replace (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent replace check_box with specified check_state, location, size, and name.
 
static check_box replace (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent replace check_box with specified three_state, and check_state.
 
static check_box replace (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent replace check_box with specified three_state, check_state, and location.
 
static check_box replace (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent replace check_box with specified three_state, check_state, location, and size.
 
static check_box replace (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent replace check_box with specified three_state, check_state, location, size, and name.
 
static check_box replace (const control &parent)
 Create a system-defined check_box that represent replace check_box with specified parent.
 
static check_box replace (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent replace check_box with specified parent, and location.
 
static check_box replace (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent replace check_box with specified parent, location, and size.
 
static check_box replace (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent replace check_box with specified parent, location, size, and name.
 
static check_box replace (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent replace check_box with specified parent, and check_state.
 
static check_box replace (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent replace check_box with specified parent, check_state, and location.
 
static check_box replace (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent replace check_box with specified parent, check_state, location, and size.
 
static check_box replace (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent replace check_box with specified parent, check_state, location, size, and name.
 
static check_box replace (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent replace check_box with specified parent, three_state, and check_state.
 
static check_box replace (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent replace check_box with specified parent, three_state, check_state, and location.
 
static check_box replace (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent replace check_box with specified parent, three_state, check_state, location, and size.
 
static check_box replace (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent replace check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box retry ()
 Create a system-defined check_box that represent retry check_box.
 
static check_box retry (const drawing::point &location)
 Create a system-defined check_box that represent retry check_box with specified location.
 
static check_box retry (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent retry check_box with specified location, and size.
 
static check_box retry (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent retry check_box with specified location, size, and name.
 
static check_box retry (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent retry check_box with specified and check_state.
 
static check_box retry (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent retry check_box with specified check_state, and location.
 
static check_box retry (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent retry check_box with specified check_state, location, and size.
 
static check_box retry (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent retry check_box with specified check_state, location, size, and name.
 
static check_box retry (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent retry check_box with specified three_state, and check_state.
 
static check_box retry (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent retry check_box with specified three_state, check_state, and location.
 
static check_box retry (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent retry check_box with specified three_state, check_state, location, and size.
 
static check_box retry (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent retry check_box with specified three_state, check_state, location, size, and name.
 
static check_box retry (const control &parent)
 Create a system-defined check_box that represent retry check_box with specified parent.
 
static check_box retry (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent retry check_box with specified parent, and location.
 
static check_box retry (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent retry check_box with specified parent, location, and size.
 
static check_box retry (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent retry check_box with specified parent, location, size, and name.
 
static check_box retry (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent retry check_box with specified parent, and check_state.
 
static check_box retry (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent retry check_box with specified parent, check_state, and location.
 
static check_box retry (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent retry check_box with specified parent, check_state, location, and size.
 
static check_box retry (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent retry check_box with specified parent, check_state, location, size, and name.
 
static check_box retry (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent retry check_box with specified parent, three_state, and check_state.
 
static check_box retry (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent retry check_box with specified parent, three_state, check_state, and location.
 
static check_box retry (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent retry check_box with specified parent, three_state, check_state, location, and size.
 
static check_box retry (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent retry check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box revert_to_saved ()
 Create a system-defined check_box that represent revert_to_saved check_box.
 
static check_box revert_to_saved (const drawing::point &location)
 Create a system-defined check_box that represent revert_to_saved check_box with specified location.
 
static check_box revert_to_saved (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent revert_to_saved check_box with specified location, and size.
 
static check_box revert_to_saved (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent revert_to_saved check_box with specified location, size, and name.
 
static check_box revert_to_saved (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent revert_to_saved check_box with specified and check_state.
 
static check_box revert_to_saved (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent revert_to_saved check_box with specified check_state, and location.
 
static check_box revert_to_saved (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent revert_to_saved check_box with specified check_state, location, and size.
 
static check_box revert_to_saved (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent revert_to_saved check_box with specified check_state, location, size, and name.
 
static check_box revert_to_saved (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent revert_to_saved check_box with specified three_state, and check_state.
 
static check_box revert_to_saved (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent revert_to_saved check_box with specified three_state, check_state, and location.
 
static check_box revert_to_saved (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent revert_to_saved check_box with specified three_state, check_state, location, and size.
 
static check_box revert_to_saved (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent revert_to_saved check_box with specified three_state, check_state, location, size, and name.
 
static check_box revert_to_saved (const control &parent)
 Create a system-defined check_box that represent revert_to_saved check_box with specified parent.
 
static check_box revert_to_saved (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent revert_to_saved check_box with specified parent, and location.
 
static check_box revert_to_saved (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent revert_to_saved check_box with specified parent, location, and size.
 
static check_box revert_to_saved (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent revert_to_saved check_box with specified parent, location, size, and name.
 
static check_box revert_to_saved (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent revert_to_saved check_box with specified parent, and check_state.
 
static check_box revert_to_saved (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent revert_to_saved check_box with specified parent, check_state, and location.
 
static check_box revert_to_saved (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent revert_to_saved check_box with specified parent, check_state, location, and size.
 
static check_box revert_to_saved (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent revert_to_saved check_box with specified parent, check_state, location, size, and name.
 
static check_box revert_to_saved (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent revert_to_saved check_box with specified parent, three_state, and check_state.
 
static check_box revert_to_saved (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent revert_to_saved check_box with specified parent, three_state, check_state, and location.
 
static check_box revert_to_saved (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent revert_to_saved check_box with specified parent, three_state, check_state, location, and size.
 
static check_box revert_to_saved (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent revert_to_saved check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box save ()
 Create a system-defined check_box that represent save check_box.
 
static check_box save (const drawing::point &location)
 Create a system-defined check_box that represent save check_box with specified location.
 
static check_box save (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent save check_box with specified location, and size.
 
static check_box save (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent save check_box with specified location, size, and name.
 
static check_box save (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent save check_box with specified and check_state.
 
static check_box save (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent save check_box with specified check_state, and location.
 
static check_box save (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent save check_box with specified check_state, location, and size.
 
static check_box save (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent save check_box with specified check_state, location, size, and name.
 
static check_box save (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent save check_box with specified three_state, and check_state.
 
static check_box save (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent save check_box with specified three_state, check_state, and location.
 
static check_box save (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent save check_box with specified three_state, check_state, location, and size.
 
static check_box save (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent save check_box with specified three_state, check_state, location, size, and name.
 
static check_box save (const control &parent)
 Create a system-defined check_box that represent save check_box with specified parent.
 
static check_box save (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent save check_box with specified parent, and location.
 
static check_box save (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent save check_box with specified parent, location, and size.
 
static check_box save (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent save check_box with specified parent, location, size, and name.
 
static check_box save (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent save check_box with specified parent, and check_state.
 
static check_box save (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent save check_box with specified parent, check_state, and location.
 
static check_box save (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent save check_box with specified parent, check_state, location, and size.
 
static check_box save (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent save check_box with specified parent, check_state, location, size, and name.
 
static check_box save (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent save check_box with specified parent, three_state, and check_state.
 
static check_box save (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent save check_box with specified parent, three_state, check_state, and location.
 
static check_box save (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent save check_box with specified parent, three_state, check_state, location, and size.
 
static check_box save (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent save check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box save_as ()
 Create a system-defined check_box that represent save_as check_box.
 
static check_box save_as (const drawing::point &location)
 Create a system-defined check_box that represent save_as check_box with specified location.
 
static check_box save_as (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent save_as check_box with specified location, and size.
 
static check_box save_as (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent save_as check_box with specified location, size, and name.
 
static check_box save_as (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent save_as check_box with specified and check_state.
 
static check_box save_as (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent save_as check_box with specified check_state, and location.
 
static check_box save_as (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent save_as check_box with specified check_state, location, and size.
 
static check_box save_as (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent save_as check_box with specified check_state, location, size, and name.
 
static check_box save_as (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent save_as check_box with specified three_state, and check_state.
 
static check_box save_as (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent save_as check_box with specified three_state, check_state, and location.
 
static check_box save_as (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent save_as check_box with specified three_state, check_state, location, and size.
 
static check_box save_as (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent save_as check_box with specified three_state, check_state, location, size, and name.
 
static check_box save_as (const control &parent)
 Create a system-defined check_box that represent save_as check_box with specified parent.
 
static check_box save_as (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent save_as check_box with specified parent, and location.
 
static check_box save_as (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent save_as check_box with specified parent, location, and size.
 
static check_box save_as (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent save_as check_box with specified parent, location, size, and name.
 
static check_box save_as (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent save_as check_box with specified parent, and check_state.
 
static check_box save_as (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent save_as check_box with specified parent, check_state, and location.
 
static check_box save_as (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent save_as check_box with specified parent, check_state, location, and size.
 
static check_box save_as (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent save_as check_box with specified parent, check_state, location, size, and name.
 
static check_box save_as (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent save_as check_box with specified parent, three_state, and check_state.
 
static check_box save_as (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent save_as check_box with specified parent, three_state, check_state, and location.
 
static check_box save_as (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent save_as check_box with specified parent, three_state, check_state, location, and size.
 
static check_box save_as (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent save_as check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box search ()
 Create a system-defined check_box that represent search check_box.
 
static check_box search (const drawing::point &location)
 Create a system-defined check_box that represent search check_box with specified location.
 
static check_box search (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent search check_box with specified location, and size.
 
static check_box search (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent search check_box with specified location, size, and name.
 
static check_box search (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent search check_box with specified and check_state.
 
static check_box search (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent search check_box with specified check_state, and location.
 
static check_box search (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent search check_box with specified check_state, location, and size.
 
static check_box search (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent search check_box with specified check_state, location, size, and name.
 
static check_box search (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent search check_box with specified three_state, and check_state.
 
static check_box search (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent search check_box with specified three_state, check_state, and location.
 
static check_box search (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent search check_box with specified three_state, check_state, location, and size.
 
static check_box search (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent search check_box with specified three_state, check_state, location, size, and name.
 
static check_box search (const control &parent)
 Create a system-defined check_box that represent search check_box with specified parent.
 
static check_box search (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent search check_box with specified parent, and location.
 
static check_box search (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent search check_box with specified parent, location, and size.
 
static check_box search (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent search check_box with specified parent, location, size, and name.
 
static check_box search (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent search check_box with specified parent, and check_state.
 
static check_box search (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent search check_box with specified parent, check_state, and location.
 
static check_box search (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent search check_box with specified parent, check_state, location, and size.
 
static check_box search (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent search check_box with specified parent, check_state, location, size, and name.
 
static check_box search (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent search check_box with specified parent, three_state, and check_state.
 
static check_box search (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent search check_box with specified parent, three_state, check_state, and location.
 
static check_box search (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent search check_box with specified parent, three_state, check_state, location, and size.
 
static check_box search (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent search check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box select_all ()
 Create a system-defined check_box that represent select_all check_box.
 
static check_box select_all (const drawing::point &location)
 Create a system-defined check_box that represent select_all check_box with specified location.
 
static check_box select_all (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent select_all check_box with specified location, and size.
 
static check_box select_all (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent select_all check_box with specified location, size, and name.
 
static check_box select_all (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent select_all check_box with specified and check_state.
 
static check_box select_all (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent select_all check_box with specified check_state, and location.
 
static check_box select_all (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent select_all check_box with specified check_state, location, and size.
 
static check_box select_all (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent select_all check_box with specified check_state, location, size, and name.
 
static check_box select_all (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent select_all check_box with specified three_state, and check_state.
 
static check_box select_all (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent select_all check_box with specified three_state, check_state, and location.
 
static check_box select_all (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent select_all check_box with specified three_state, check_state, location, and size.
 
static check_box select_all (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent select_all check_box with specified three_state, check_state, location, size, and name.
 
static check_box select_all (const control &parent)
 Create a system-defined check_box that represent select_all check_box with specified parent.
 
static check_box select_all (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent select_all check_box with specified parent, and location.
 
static check_box select_all (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent select_all check_box with specified parent, location, and size.
 
static check_box select_all (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent select_all check_box with specified parent, location, size, and name.
 
static check_box select_all (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent select_all check_box with specified parent, and check_state.
 
static check_box select_all (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent select_all check_box with specified parent, check_state, and location.
 
static check_box select_all (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent select_all check_box with specified parent, check_state, location, and size.
 
static check_box select_all (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent select_all check_box with specified parent, check_state, location, size, and name.
 
static check_box select_all (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent select_all check_box with specified parent, three_state, and check_state.
 
static check_box select_all (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent select_all check_box with specified parent, three_state, check_state, and location.
 
static check_box select_all (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent select_all check_box with specified parent, three_state, check_state, location, and size.
 
static check_box select_all (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent select_all check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box settings ()
 Create a system-defined check_box that represent settings check_box.
 
static check_box settings (const drawing::point &location)
 Create a system-defined check_box that represent settings check_box with specified location.
 
static check_box settings (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent settings check_box with specified location, and size.
 
static check_box settings (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent settings check_box with specified location, size, and name.
 
static check_box settings (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent settings check_box with specified and check_state.
 
static check_box settings (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent settings check_box with specified check_state, and location.
 
static check_box settings (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent settings check_box with specified check_state, location, and size.
 
static check_box settings (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent settings check_box with specified check_state, location, size, and name.
 
static check_box settings (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent settings check_box with specified three_state, and check_state.
 
static check_box settings (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent settings check_box with specified three_state, check_state, and location.
 
static check_box settings (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent settings check_box with specified three_state, check_state, location, and size.
 
static check_box settings (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent settings check_box with specified three_state, check_state, location, size, and name.
 
static check_box settings (const control &parent)
 Create a system-defined check_box that represent settings check_box with specified parent.
 
static check_box settings (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent settings check_box with specified parent, and location.
 
static check_box settings (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent settings check_box with specified parent, location, and size.
 
static check_box settings (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent settings check_box with specified parent, location, size, and name.
 
static check_box settings (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent settings check_box with specified parent, and check_state.
 
static check_box settings (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent settings check_box with specified parent, check_state, and location.
 
static check_box settings (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent settings check_box with specified parent, check_state, location, and size.
 
static check_box settings (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent settings check_box with specified parent, check_state, location, size, and name.
 
static check_box settings (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent settings check_box with specified parent, three_state, and check_state.
 
static check_box settings (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent settings check_box with specified parent, three_state, check_state, and location.
 
static check_box settings (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent settings check_box with specified parent, three_state, check_state, location, and size.
 
static check_box settings (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent settings check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box spell_check ()
 Create a system-defined check_box that represent spell_check check_box.
 
static check_box spell_check (const drawing::point &location)
 Create a system-defined check_box that represent spell_check check_box with specified location.
 
static check_box spell_check (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent spell_check check_box with specified location, and size.
 
static check_box spell_check (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent spell_check check_box with specified location, size, and name.
 
static check_box spell_check (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent spell_check check_box with specified and check_state.
 
static check_box spell_check (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent spell_check check_box with specified check_state, and location.
 
static check_box spell_check (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent spell_check check_box with specified check_state, location, and size.
 
static check_box spell_check (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent spell_check check_box with specified check_state, location, size, and name.
 
static check_box spell_check (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent spell_check check_box with specified three_state, and check_state.
 
static check_box spell_check (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent spell_check check_box with specified three_state, check_state, and location.
 
static check_box spell_check (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent spell_check check_box with specified three_state, check_state, location, and size.
 
static check_box spell_check (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent spell_check check_box with specified three_state, check_state, location, size, and name.
 
static check_box spell_check (const control &parent)
 Create a system-defined check_box that represent spell_check check_box with specified parent.
 
static check_box spell_check (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent spell_check check_box with specified parent, and location.
 
static check_box spell_check (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent spell_check check_box with specified parent, location, and size.
 
static check_box spell_check (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent spell_check check_box with specified parent, location, size, and name.
 
static check_box spell_check (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent spell_check check_box with specified parent, and check_state.
 
static check_box spell_check (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent spell_check check_box with specified parent, check_state, and location.
 
static check_box spell_check (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent spell_check check_box with specified parent, check_state, location, and size.
 
static check_box spell_check (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent spell_check check_box with specified parent, check_state, location, size, and name.
 
static check_box spell_check (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent spell_check check_box with specified parent, three_state, and check_state.
 
static check_box spell_check (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent spell_check check_box with specified parent, three_state, check_state, and location.
 
static check_box spell_check (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent spell_check check_box with specified parent, three_state, check_state, location, and size.
 
static check_box spell_check (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent spell_check check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box stop ()
 Create a system-defined check_box that represent stop check_box.
 
static check_box stop (const drawing::point &location)
 Create a system-defined check_box that represent stop check_box with specified location.
 
static check_box stop (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent stop check_box with specified location, and size.
 
static check_box stop (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent stop check_box with specified location, size, and name.
 
static check_box stop (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent stop check_box with specified and check_state.
 
static check_box stop (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent stop check_box with specified check_state, and location.
 
static check_box stop (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent stop check_box with specified check_state, location, and size.
 
static check_box stop (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent stop check_box with specified check_state, location, size, and name.
 
static check_box stop (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent stop check_box with specified three_state, and check_state.
 
static check_box stop (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent stop check_box with specified three_state, check_state, and location.
 
static check_box stop (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent stop check_box with specified three_state, check_state, location, and size.
 
static check_box stop (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent stop check_box with specified three_state, check_state, location, size, and name.
 
static check_box stop (const control &parent)
 Create a system-defined check_box that represent stop check_box with specified parent.
 
static check_box stop (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent stop check_box with specified parent, and location.
 
static check_box stop (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent stop check_box with specified parent, location, and size.
 
static check_box stop (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent stop check_box with specified parent, location, size, and name.
 
static check_box stop (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent stop check_box with specified parent, and check_state.
 
static check_box stop (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent stop check_box with specified parent, check_state, and location.
 
static check_box stop (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent stop check_box with specified parent, check_state, location, and size.
 
static check_box stop (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent stop check_box with specified parent, check_state, location, size, and name.
 
static check_box stop (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent stop check_box with specified parent, three_state, and check_state.
 
static check_box stop (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent stop check_box with specified parent, three_state, check_state, and location.
 
static check_box stop (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent stop check_box with specified parent, three_state, check_state, location, and size.
 
static check_box stop (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent stop check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box strikeout ()
 Create a system-defined check_box that represent strikeout check_box.
 
static check_box strikeout (const drawing::point &location)
 Create a system-defined check_box that represent strikeout check_box with specified location.
 
static check_box strikeout (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent strikeout check_box with specified location, and size.
 
static check_box strikeout (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent strikeout check_box with specified location, size, and name.
 
static check_box strikeout (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent strikeout check_box with specified and check_state.
 
static check_box strikeout (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent strikeout check_box with specified check_state, and location.
 
static check_box strikeout (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent strikeout check_box with specified check_state, location, and size.
 
static check_box strikeout (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent strikeout check_box with specified check_state, location, size, and name.
 
static check_box strikeout (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent strikeout check_box with specified three_state, and check_state.
 
static check_box strikeout (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent strikeout check_box with specified three_state, check_state, and location.
 
static check_box strikeout (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent strikeout check_box with specified three_state, check_state, location, and size.
 
static check_box strikeout (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent strikeout check_box with specified three_state, check_state, location, size, and name.
 
static check_box strikeout (const control &parent)
 Create a system-defined check_box that represent strikeout check_box with specified parent.
 
static check_box strikeout (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent strikeout check_box with specified parent, and location.
 
static check_box strikeout (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent strikeout check_box with specified parent, location, and size.
 
static check_box strikeout (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent strikeout check_box with specified parent, location, size, and name.
 
static check_box strikeout (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent strikeout check_box with specified parent, and check_state.
 
static check_box strikeout (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent strikeout check_box with specified parent, check_state, and location.
 
static check_box strikeout (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent strikeout check_box with specified parent, check_state, location, and size.
 
static check_box strikeout (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent strikeout check_box with specified parent, check_state, location, size, and name.
 
static check_box strikeout (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent strikeout check_box with specified parent, three_state, and check_state.
 
static check_box strikeout (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent strikeout check_box with specified parent, three_state, check_state, and location.
 
static check_box strikeout (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent strikeout check_box with specified parent, three_state, check_state, location, and size.
 
static check_box strikeout (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent strikeout check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box tools ()
 Create a system-defined check_box that represent tools check_box.
 
static check_box tools (const drawing::point &location)
 Create a system-defined check_box that represent tools check_box with specified location.
 
static check_box tools (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent tools check_box with specified location, and size.
 
static check_box tools (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent tools check_box with specified location, size, and name.
 
static check_box tools (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent tools check_box with specified and check_state.
 
static check_box tools (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent tools check_box with specified check_state, and location.
 
static check_box tools (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent tools check_box with specified check_state, location, and size.
 
static check_box tools (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent tools check_box with specified check_state, location, size, and name.
 
static check_box tools (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent tools check_box with specified three_state, and check_state.
 
static check_box tools (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent tools check_box with specified three_state, check_state, and location.
 
static check_box tools (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent tools check_box with specified three_state, check_state, location, and size.
 
static check_box tools (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent tools check_box with specified three_state, check_state, location, size, and name.
 
static check_box tools (const control &parent)
 Create a system-defined check_box that represent tools check_box with specified parent.
 
static check_box tools (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent tools check_box with specified parent, and location.
 
static check_box tools (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent tools check_box with specified parent, location, and size.
 
static check_box tools (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent tools check_box with specified parent, location, size, and name.
 
static check_box tools (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent tools check_box with specified parent, and check_state.
 
static check_box tools (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent tools check_box with specified parent, check_state, and location.
 
static check_box tools (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent tools check_box with specified parent, check_state, location, and size.
 
static check_box tools (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent tools check_box with specified parent, check_state, location, size, and name.
 
static check_box tools (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent tools check_box with specified parent, three_state, and check_state.
 
static check_box tools (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent tools check_box with specified parent, three_state, check_state, and location.
 
static check_box tools (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent tools check_box with specified parent, three_state, check_state, location, and size.
 
static check_box tools (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent tools check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box top ()
 Create a system-defined check_box that represent top check_box.
 
static check_box top (const drawing::point &location)
 Create a system-defined check_box that represent top check_box with specified location.
 
static check_box top (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent top check_box with specified location, and size.
 
static check_box top (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent top check_box with specified location, size, and name.
 
static check_box top (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent top check_box with specified and check_state.
 
static check_box top (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent top check_box with specified check_state, and location.
 
static check_box top (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent top check_box with specified check_state, location, and size.
 
static check_box top (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent top check_box with specified check_state, location, size, and name.
 
static check_box top (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent top check_box with specified three_state, and check_state.
 
static check_box top (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent top check_box with specified three_state, check_state, and location.
 
static check_box top (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent top check_box with specified three_state, check_state, location, and size.
 
static check_box top (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent top check_box with specified three_state, check_state, location, size, and name.
 
static check_box top (const control &parent)
 Create a system-defined check_box that represent top check_box with specified parent.
 
static check_box top (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent top check_box with specified parent, and location.
 
static check_box top (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent top check_box with specified parent, location, and size.
 
static check_box top (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent top check_box with specified parent, location, size, and name.
 
static check_box top (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent top check_box with specified parent, and check_state.
 
static check_box top (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent top check_box with specified parent, check_state, and location.
 
static check_box top (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent top check_box with specified parent, check_state, location, and size.
 
static check_box top (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent top check_box with specified parent, check_state, location, size, and name.
 
static check_box top (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent top check_box with specified parent, three_state, and check_state.
 
static check_box top (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent top check_box with specified parent, three_state, check_state, and location.
 
static check_box top (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent top check_box with specified parent, three_state, check_state, location, and size.
 
static check_box top (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent top check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box undelete ()
 Create a system-defined check_box that represent undelete check_box.
 
static check_box undelete (const drawing::point &location)
 Create a system-defined check_box that represent undelete check_box with specified location.
 
static check_box undelete (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent undelete check_box with specified location, and size.
 
static check_box undelete (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent undelete check_box with specified location, size, and name.
 
static check_box undelete (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent undelete check_box with specified and check_state.
 
static check_box undelete (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent undelete check_box with specified check_state, and location.
 
static check_box undelete (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent undelete check_box with specified check_state, location, and size.
 
static check_box undelete (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent undelete check_box with specified check_state, location, size, and name.
 
static check_box undelete (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent undelete check_box with specified three_state, and check_state.
 
static check_box undelete (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent undelete check_box with specified three_state, check_state, and location.
 
static check_box undelete (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent undelete check_box with specified three_state, check_state, location, and size.
 
static check_box undelete (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent undelete check_box with specified three_state, check_state, location, size, and name.
 
static check_box undelete (const control &parent)
 Create a system-defined check_box that represent undelete check_box with specified parent.
 
static check_box undelete (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent undelete check_box with specified parent, and location.
 
static check_box undelete (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent undelete check_box with specified parent, location, and size.
 
static check_box undelete (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent undelete check_box with specified parent, location, size, and name.
 
static check_box undelete (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent undelete check_box with specified parent, and check_state.
 
static check_box undelete (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent undelete check_box with specified parent, check_state, and location.
 
static check_box undelete (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent undelete check_box with specified parent, check_state, location, and size.
 
static check_box undelete (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent undelete check_box with specified parent, check_state, location, size, and name.
 
static check_box undelete (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent undelete check_box with specified parent, three_state, and check_state.
 
static check_box undelete (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent undelete check_box with specified parent, three_state, check_state, and location.
 
static check_box undelete (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent undelete check_box with specified parent, three_state, check_state, location, and size.
 
static check_box undelete (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent undelete check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box underline ()
 Create a system-defined check_box that represent underline check_box.
 
static check_box underline (const drawing::point &location)
 Create a system-defined check_box that represent underline check_box with specified location.
 
static check_box underline (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent underline check_box with specified location, and size.
 
static check_box underline (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent underline check_box with specified location, size, and name.
 
static check_box underline (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent underline check_box with specified and check_state.
 
static check_box underline (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent underline check_box with specified check_state, and location.
 
static check_box underline (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent underline check_box with specified check_state, location, and size.
 
static check_box underline (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent underline check_box with specified check_state, location, size, and name.
 
static check_box underline (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent underline check_box with specified three_state, and check_state.
 
static check_box underline (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent underline check_box with specified three_state, check_state, and location.
 
static check_box underline (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent underline check_box with specified three_state, check_state, location, and size.
 
static check_box underline (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent underline check_box with specified three_state, check_state, location, size, and name.
 
static check_box underline (const control &parent)
 Create a system-defined check_box that represent underline check_box with specified parent.
 
static check_box underline (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent underline check_box with specified parent, and location.
 
static check_box underline (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent underline check_box with specified parent, location, and size.
 
static check_box underline (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent underline check_box with specified parent, location, size, and name.
 
static check_box underline (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent underline check_box with specified parent, and check_state.
 
static check_box underline (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent underline check_box with specified parent, check_state, and location.
 
static check_box underline (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent underline check_box with specified parent, check_state, location, and size.
 
static check_box underline (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent underline check_box with specified parent, check_state, location, size, and name.
 
static check_box underline (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent underline check_box with specified parent, three_state, and check_state.
 
static check_box underline (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent underline check_box with specified parent, three_state, check_state, and location.
 
static check_box underline (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent underline check_box with specified parent, three_state, check_state, location, and size.
 
static check_box underline (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent underline check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box undo ()
 Create a system-defined check_box that represent undo check_box.
 
static check_box undo (const drawing::point &location)
 Create a system-defined check_box that represent undo check_box with specified location.
 
static check_box undo (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent undo check_box with specified location, and size.
 
static check_box undo (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent undo check_box with specified location, size, and name.
 
static check_box undo (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent undo check_box with specified and check_state.
 
static check_box undo (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent undo check_box with specified check_state, and location.
 
static check_box undo (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent undo check_box with specified check_state, location, and size.
 
static check_box undo (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent undo check_box with specified check_state, location, size, and name.
 
static check_box undo (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent undo check_box with specified three_state, and check_state.
 
static check_box undo (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent undo check_box with specified three_state, check_state, and location.
 
static check_box undo (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent undo check_box with specified three_state, check_state, location, and size.
 
static check_box undo (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent undo check_box with specified three_state, check_state, location, size, and name.
 
static check_box undo (const control &parent)
 Create a system-defined check_box that represent undo check_box with specified parent.
 
static check_box undo (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent undo check_box with specified parent, and location.
 
static check_box undo (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent undo check_box with specified parent, location, and size.
 
static check_box undo (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent undo check_box with specified parent, location, size, and name.
 
static check_box undo (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent undo check_box with specified parent, and check_state.
 
static check_box undo (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent undo check_box with specified parent, check_state, and location.
 
static check_box undo (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent undo check_box with specified parent, check_state, location, and size.
 
static check_box undo (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent undo check_box with specified parent, check_state, location, size, and name.
 
static check_box undo (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent undo check_box with specified parent, three_state, and check_state.
 
static check_box undo (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent undo check_box with specified parent, three_state, check_state, and location.
 
static check_box undo (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent undo check_box with specified parent, three_state, check_state, location, and size.
 
static check_box undo (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent undo check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box unindent ()
 Create a system-defined check_box that represent unindent check_box.
 
static check_box unindent (const drawing::point &location)
 Create a system-defined check_box that represent unindent check_box with specified location.
 
static check_box unindent (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent unindent check_box with specified location, and size.
 
static check_box unindent (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent unindent check_box with specified location, size, and name.
 
static check_box unindent (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent unindent check_box with specified and check_state.
 
static check_box unindent (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent unindent check_box with specified check_state, and location.
 
static check_box unindent (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent unindent check_box with specified check_state, location, and size.
 
static check_box unindent (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent unindent check_box with specified check_state, location, size, and name.
 
static check_box unindent (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent unindent check_box with specified three_state, and check_state.
 
static check_box unindent (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent unindent check_box with specified three_state, check_state, and location.
 
static check_box unindent (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent unindent check_box with specified three_state, check_state, location, and size.
 
static check_box unindent (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent unindent check_box with specified three_state, check_state, location, size, and name.
 
static check_box unindent (const control &parent)
 Create a system-defined check_box that represent unindent check_box with specified parent.
 
static check_box unindent (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent unindent check_box with specified parent, and location.
 
static check_box unindent (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent unindent check_box with specified parent, location, and size.
 
static check_box unindent (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent unindent check_box with specified parent, location, size, and name.
 
static check_box unindent (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent unindent check_box with specified parent, and check_state.
 
static check_box unindent (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent unindent check_box with specified parent, check_state, and location.
 
static check_box unindent (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent unindent check_box with specified parent, check_state, location, and size.
 
static check_box unindent (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent unindent check_box with specified parent, check_state, location, size, and name.
 
static check_box unindent (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent unindent check_box with specified parent, three_state, and check_state.
 
static check_box unindent (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent unindent check_box with specified parent, three_state, check_state, and location.
 
static check_box unindent (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent unindent check_box with specified parent, three_state, check_state, location, and size.
 
static check_box unindent (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent unindent check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box up ()
 Create a system-defined check_box that represent up check_box.
 
static check_box up (const drawing::point &location)
 Create a system-defined check_box that represent up check_box with specified location.
 
static check_box up (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent up check_box with specified location, and size.
 
static check_box up (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent up check_box with specified location, size, and name.
 
static check_box up (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent up check_box with specified and check_state.
 
static check_box up (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent up check_box with specified check_state, and location.
 
static check_box up (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent up check_box with specified check_state, location, and size.
 
static check_box up (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent up check_box with specified check_state, location, size, and name.
 
static check_box up (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent up check_box with specified three_state, and check_state.
 
static check_box up (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent up check_box with specified three_state, check_state, and location.
 
static check_box up (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent up check_box with specified three_state, check_state, location, and size.
 
static check_box up (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent up check_box with specified three_state, check_state, location, size, and name.
 
static check_box up (const control &parent)
 Create a system-defined check_box that represent up check_box with specified parent.
 
static check_box up (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent up check_box with specified parent, and location.
 
static check_box up (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent up check_box with specified parent, location, and size.
 
static check_box up (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent up check_box with specified parent, location, size, and name.
 
static check_box up (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent up check_box with specified parent, and check_state.
 
static check_box up (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent up check_box with specified parent, check_state, and location.
 
static check_box up (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent up check_box with specified parent, check_state, location, and size.
 
static check_box up (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent up check_box with specified parent, check_state, location, size, and name.
 
static check_box up (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent up check_box with specified parent, three_state, and check_state.
 
static check_box up (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent up check_box with specified parent, three_state, check_state, and location.
 
static check_box up (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent up check_box with specified parent, three_state, check_state, location, and size.
 
static check_box up (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent up check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box view ()
 Create a system-defined check_box that represent view check_box.
 
static check_box view (const drawing::point &location)
 Create a system-defined check_box that represent view check_box with specified location.
 
static check_box view (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent view check_box with specified location, and size.
 
static check_box view (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent view check_box with specified location, size, and name.
 
static check_box view (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent view check_box with specified and check_state.
 
static check_box view (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent view check_box with specified check_state, and location.
 
static check_box view (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent view check_box with specified check_state, location, and size.
 
static check_box view (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent view check_box with specified check_state, location, size, and name.
 
static check_box view (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent view check_box with specified three_state, and check_state.
 
static check_box view (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent view check_box with specified three_state, check_state, and location.
 
static check_box view (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent view check_box with specified three_state, check_state, location, and size.
 
static check_box view (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent view check_box with specified three_state, check_state, location, size, and name.
 
static check_box view (const control &parent)
 Create a system-defined check_box that represent view check_box with specified parent.
 
static check_box view (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent view check_box with specified parent, and location.
 
static check_box view (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent view check_box with specified parent, location, and size.
 
static check_box view (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent view check_box with specified parent, location, size, and name.
 
static check_box view (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent view check_box with specified parent, and check_state.
 
static check_box view (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent view check_box with specified parent, check_state, and location.
 
static check_box view (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent view check_box with specified parent, check_state, location, and size.
 
static check_box view (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent view check_box with specified parent, check_state, location, size, and name.
 
static check_box view (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent view check_box with specified parent, three_state, and check_state.
 
static check_box view (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent view check_box with specified parent, three_state, check_state, and location.
 
static check_box view (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent view check_box with specified parent, three_state, check_state, location, and size.
 
static check_box view (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent view check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box window ()
 Create a system-defined check_box that represent window check_box.
 
static check_box window (const drawing::point &location)
 Create a system-defined check_box that represent window check_box with specified location.
 
static check_box window (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent window check_box with specified location, and size.
 
static check_box window (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent window check_box with specified location, size, and name.
 
static check_box window (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent window check_box with specified and check_state.
 
static check_box window (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent window check_box with specified check_state, and location.
 
static check_box window (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent window check_box with specified check_state, location, and size.
 
static check_box window (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent window check_box with specified check_state, location, size, and name.
 
static check_box window (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent window check_box with specified three_state, and check_state.
 
static check_box window (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent window check_box with specified three_state, check_state, and location.
 
static check_box window (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent window check_box with specified three_state, check_state, location, and size.
 
static check_box window (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent window check_box with specified three_state, check_state, location, size, and name.
 
static check_box window (const control &parent)
 Create a system-defined check_box that represent window check_box with specified parent.
 
static check_box window (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent window check_box with specified parent, and location.
 
static check_box window (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent window check_box with specified parent, location, and size.
 
static check_box window (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent window check_box with specified parent, location, size, and name.
 
static check_box window (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent window check_box with specified parent, and check_state.
 
static check_box window (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent window check_box with specified parent, check_state, and location.
 
static check_box window (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent window check_box with specified parent, check_state, location, and size.
 
static check_box window (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent window check_box with specified parent, check_state, location, size, and name.
 
static check_box window (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent window check_box with specified parent, three_state, and check_state.
 
static check_box window (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent window check_box with specified parent, three_state, check_state, and location.
 
static check_box window (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent window check_box with specified parent, three_state, check_state, location, and size.
 
static check_box window (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent window check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box yes ()
 Create a system-defined check_box that represent yes check_box.
 
static check_box yes (const drawing::point &location)
 Create a system-defined check_box that represent yes check_box with specified location.
 
static check_box yes (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent yes check_box with specified location, and size.
 
static check_box yes (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent yes check_box with specified location, size, and name.
 
static check_box yes (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent yes check_box with specified and check_state.
 
static check_box yes (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent yes check_box with specified check_state, and location.
 
static check_box yes (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent yes check_box with specified check_state, location, and size.
 
static check_box yes (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent yes check_box with specified check_state, location, size, and name.
 
static check_box yes (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent yes check_box with specified three_state, and check_state.
 
static check_box yes (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent yes check_box with specified three_state, check_state, and location.
 
static check_box yes (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent yes check_box with specified three_state, check_state, location, and size.
 
static check_box yes (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent yes check_box with specified three_state, check_state, location, size, and name.
 
static check_box yes (const control &parent)
 Create a system-defined check_box that represent yes check_box with specified parent.
 
static check_box yes (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent yes check_box with specified parent, and location.
 
static check_box yes (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent yes check_box with specified parent, location, and size.
 
static check_box yes (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent yes check_box with specified parent, location, size, and name.
 
static check_box yes (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent yes check_box with specified parent, and check_state.
 
static check_box yes (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent yes check_box with specified parent, check_state, and location.
 
static check_box yes (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent yes check_box with specified parent, check_state, location, and size.
 
static check_box yes (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent yes check_box with specified parent, check_state, location, size, and name.
 
static check_box yes (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent yes check_box with specified parent, three_state, and check_state.
 
static check_box yes (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent yes check_box with specified parent, three_state, check_state, and location.
 
static check_box yes (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent yes check_box with specified parent, three_state, check_state, location, and size.
 
static check_box yes (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent yes check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box zoom_in ()
 Create a system-defined check_box that represent zoom_in check_box.
 
static check_box zoom_in (const drawing::point &location)
 Create a system-defined check_box that represent zoom_in check_box with specified location.
 
static check_box zoom_in (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_in check_box with specified location, and size.
 
static check_box zoom_in (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_in check_box with specified location, size, and name.
 
static check_box zoom_in (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent zoom_in check_box with specified and check_state.
 
static check_box zoom_in (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent zoom_in check_box with specified check_state, and location.
 
static check_box zoom_in (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_in check_box with specified check_state, location, and size.
 
static check_box zoom_in (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_in check_box with specified check_state, location, size, and name.
 
static check_box zoom_in (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent zoom_in check_box with specified three_state, and check_state.
 
static check_box zoom_in (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent zoom_in check_box with specified three_state, check_state, and location.
 
static check_box zoom_in (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_in check_box with specified three_state, check_state, location, and size.
 
static check_box zoom_in (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_in check_box with specified three_state, check_state, location, size, and name.
 
static check_box zoom_in (const control &parent)
 Create a system-defined check_box that represent zoom_in check_box with specified parent.
 
static check_box zoom_in (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent zoom_in check_box with specified parent, and location.
 
static check_box zoom_in (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_in check_box with specified parent, location, and size.
 
static check_box zoom_in (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_in check_box with specified parent, location, size, and name.
 
static check_box zoom_in (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent zoom_in check_box with specified parent, and check_state.
 
static check_box zoom_in (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent zoom_in check_box with specified parent, check_state, and location.
 
static check_box zoom_in (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_in check_box with specified parent, check_state, location, and size.
 
static check_box zoom_in (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_in check_box with specified parent, check_state, location, size, and name.
 
static check_box zoom_in (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent zoom_in check_box with specified parent, three_state, and check_state.
 
static check_box zoom_in (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent zoom_in check_box with specified parent, three_state, check_state, and location.
 
static check_box zoom_in (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_in check_box with specified parent, three_state, check_state, location, and size.
 
static check_box zoom_in (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_in check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box zoom_out ()
 Create a system-defined check_box that represent zoom_out check_box.
 
static check_box zoom_out (const drawing::point &location)
 Create a system-defined check_box that represent zoom_out check_box with specified location.
 
static check_box zoom_out (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_out check_box with specified location, and size.
 
static check_box zoom_out (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_out check_box with specified location, size, and name.
 
static check_box zoom_out (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent zoom_out check_box with specified and check_state.
 
static check_box zoom_out (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent zoom_out check_box with specified check_state, and location.
 
static check_box zoom_out (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_out check_box with specified check_state, location, and size.
 
static check_box zoom_out (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_out check_box with specified check_state, location, size, and name.
 
static check_box zoom_out (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent zoom_out check_box with specified three_state, and check_state.
 
static check_box zoom_out (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent zoom_out check_box with specified three_state, check_state, and location.
 
static check_box zoom_out (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_out check_box with specified three_state, check_state, location, and size.
 
static check_box zoom_out (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_out check_box with specified three_state, check_state, location, size, and name.
 
static check_box zoom_out (const control &parent)
 Create a system-defined check_box that represent zoom_out check_box with specified parent.
 
static check_box zoom_out (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent zoom_out check_box with specified parent, and location.
 
static check_box zoom_out (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_out check_box with specified parent, location, and size.
 
static check_box zoom_out (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_out check_box with specified parent, location, size, and name.
 
static check_box zoom_out (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent zoom_out check_box with specified parent, and check_state.
 
static check_box zoom_out (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent zoom_out check_box with specified parent, check_state, and location.
 
static check_box zoom_out (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_out check_box with specified parent, check_state, location, and size.
 
static check_box zoom_out (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_out check_box with specified parent, check_state, location, size, and name.
 
static check_box zoom_out (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent zoom_out check_box with specified parent, three_state, and check_state.
 
static check_box zoom_out (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent zoom_out check_box with specified parent, three_state, check_state, and location.
 
static check_box zoom_out (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_out check_box with specified parent, three_state, check_state, location, and size.
 
static check_box zoom_out (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_out check_box with specified parent, three_state, check_state, location, size, and name.
 
static check_box zoom_to_fit ()
 Create a system-defined check_box that represent zoom_to_fit check_box.
 
static check_box zoom_to_fit (const drawing::point &location)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified location.
 
static check_box zoom_to_fit (const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified location, and size.
 
static check_box zoom_to_fit (const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified location, size, and name.
 
static check_box zoom_to_fit (xtd::forms::check_state check_state)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified and check_state.
 
static check_box zoom_to_fit (xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified check_state, and location.
 
static check_box zoom_to_fit (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified check_state, location, and size.
 
static check_box zoom_to_fit (xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified check_state, location, size, and name.
 
static check_box zoom_to_fit (bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified three_state, and check_state.
 
static check_box zoom_to_fit (bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified three_state, check_state, and location.
 
static check_box zoom_to_fit (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified three_state, check_state, location, and size.
 
static check_box zoom_to_fit (bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified three_state, check_state, location, size, and name.
 
static check_box zoom_to_fit (const control &parent)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified parent.
 
static check_box zoom_to_fit (const control &parent, const drawing::point &location)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, and location.
 
static check_box zoom_to_fit (const control &parent, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, location, and size.
 
static check_box zoom_to_fit (const control &parent, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, location, size, and name.
 
static check_box zoom_to_fit (const control &parent, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, and check_state.
 
static check_box zoom_to_fit (const control &parent, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, check_state, and location.
 
static check_box zoom_to_fit (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, check_state, location, and size.
 
static check_box zoom_to_fit (const control &parent, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, check_state, location, size, and name.
 
static check_box zoom_to_fit (const control &parent, bool three_state, xtd::forms::check_state check_state)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, three_state, and check_state.
 
static check_box zoom_to_fit (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, three_state, check_state, and location.
 
static check_box zoom_to_fit (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, three_state, check_state, location, and size.
 
static check_box zoom_to_fit (const control &parent, bool three_state, xtd::forms::check_state check_state, const drawing::point &location, const drawing::size &size, const xtd::ustring &name)
 Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, three_state, check_state, location, size, and name.
 

Member Function Documentation

◆ abort() [1/24]

static check_box xtd::forms::check_boxes::abort ( )
static

Create a system-defined check_box that represent abort check_box.

Returns
The created check_box.

◆ abort() [2/24]

static check_box xtd::forms::check_boxes::abort ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent abort check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ abort() [3/24]

static check_box xtd::forms::check_boxes::abort ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent abort check_box with specified three_state, check_state, and location.

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

◆ abort() [4/24]

static check_box xtd::forms::check_boxes::abort ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent abort check_box with specified three_state, check_state, location, and size.

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

◆ abort() [5/24]

static check_box xtd::forms::check_boxes::abort ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent abort check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::abort ( const control parent)
static

Create a system-defined check_box that represent abort check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ abort() [7/24]

static check_box xtd::forms::check_boxes::abort ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent abort check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ abort() [8/24]

static check_box xtd::forms::check_boxes::abort ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent abort check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ abort() [9/24]

static check_box xtd::forms::check_boxes::abort ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent abort check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ abort() [10/24]

static check_box xtd::forms::check_boxes::abort ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent abort check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::abort ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent abort check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ abort() [12/24]

static check_box xtd::forms::check_boxes::abort ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent abort check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ abort() [13/24]

static check_box xtd::forms::check_boxes::abort ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent abort check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ abort() [14/24]

static check_box xtd::forms::check_boxes::abort ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent abort check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ abort() [15/24]

static check_box xtd::forms::check_boxes::abort ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent abort check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ abort() [16/24]

static check_box xtd::forms::check_boxes::abort ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent abort check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ abort() [17/24]

static check_box xtd::forms::check_boxes::abort ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent abort check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::abort ( const drawing::point location)
static

Create a system-defined check_box that represent abort check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ abort() [19/24]

static check_box xtd::forms::check_boxes::abort ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent abort check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ abort() [20/24]

static check_box xtd::forms::check_boxes::abort ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent abort check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ abort() [21/24]

static check_box xtd::forms::check_boxes::abort ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent abort check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ abort() [22/24]

static check_box xtd::forms::check_boxes::abort ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent abort check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ abort() [23/24]

static check_box xtd::forms::check_boxes::abort ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent abort check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ abort() [24/24]

static check_box xtd::forms::check_boxes::abort ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent abort check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::about ( )
static

Create a system-defined check_box that represent about check_box.

Returns
The created check_box.

◆ about() [2/24]

static check_box xtd::forms::check_boxes::about ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent about check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ about() [3/24]

static check_box xtd::forms::check_boxes::about ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent about check_box with specified three_state, check_state, and location.

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

◆ about() [4/24]

static check_box xtd::forms::check_boxes::about ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent about check_box with specified three_state, check_state, location, and size.

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

◆ about() [5/24]

static check_box xtd::forms::check_boxes::about ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent about check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::about ( const control parent)
static

Create a system-defined check_box that represent about check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ about() [7/24]

static check_box xtd::forms::check_boxes::about ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent about check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ about() [8/24]

static check_box xtd::forms::check_boxes::about ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent about check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ about() [9/24]

static check_box xtd::forms::check_boxes::about ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent about check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ about() [10/24]

static check_box xtd::forms::check_boxes::about ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent about check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::about ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent about check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ about() [12/24]

static check_box xtd::forms::check_boxes::about ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent about check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ about() [13/24]

static check_box xtd::forms::check_boxes::about ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent about check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ about() [14/24]

static check_box xtd::forms::check_boxes::about ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent about check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ about() [15/24]

static check_box xtd::forms::check_boxes::about ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent about check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ about() [16/24]

static check_box xtd::forms::check_boxes::about ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent about check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ about() [17/24]

static check_box xtd::forms::check_boxes::about ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent about check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::about ( const drawing::point location)
static

Create a system-defined check_box that represent about check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ about() [19/24]

static check_box xtd::forms::check_boxes::about ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent about check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ about() [20/24]

static check_box xtd::forms::check_boxes::about ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent about check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ about() [21/24]

static check_box xtd::forms::check_boxes::about ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent about check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ about() [22/24]

static check_box xtd::forms::check_boxes::about ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent about check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ about() [23/24]

static check_box xtd::forms::check_boxes::about ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent about check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ about() [24/24]

static check_box xtd::forms::check_boxes::about ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent about check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::actual_size ( )
static

Create a system-defined check_box that represent actual_size check_box.

Returns
The created check_box.

◆ actual_size() [2/24]

static check_box xtd::forms::check_boxes::actual_size ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent actual_size check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ actual_size() [3/24]

static check_box xtd::forms::check_boxes::actual_size ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent actual_size check_box with specified three_state, check_state, and location.

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

◆ actual_size() [4/24]

static check_box xtd::forms::check_boxes::actual_size ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent actual_size check_box with specified three_state, check_state, location, and size.

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

◆ actual_size() [5/24]

static check_box xtd::forms::check_boxes::actual_size ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent actual_size check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::actual_size ( const control parent)
static

Create a system-defined check_box that represent actual_size check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ actual_size() [7/24]

static check_box xtd::forms::check_boxes::actual_size ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent actual_size check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ actual_size() [8/24]

static check_box xtd::forms::check_boxes::actual_size ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent actual_size check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ actual_size() [9/24]

static check_box xtd::forms::check_boxes::actual_size ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent actual_size check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ actual_size() [10/24]

static check_box xtd::forms::check_boxes::actual_size ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent actual_size check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::actual_size ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent actual_size check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ actual_size() [12/24]

static check_box xtd::forms::check_boxes::actual_size ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent actual_size check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ actual_size() [13/24]

static check_box xtd::forms::check_boxes::actual_size ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent actual_size check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
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() [14/24]

static check_box xtd::forms::check_boxes::actual_size ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent actual_size check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ actual_size() [15/24]

static check_box xtd::forms::check_boxes::actual_size ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent actual_size check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ actual_size() [16/24]

static check_box xtd::forms::check_boxes::actual_size ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent actual_size check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ actual_size() [17/24]

static check_box xtd::forms::check_boxes::actual_size ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent actual_size check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::actual_size ( const drawing::point location)
static

Create a system-defined check_box that represent actual_size check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ actual_size() [19/24]

static check_box xtd::forms::check_boxes::actual_size ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent actual_size check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ actual_size() [20/24]

static check_box xtd::forms::check_boxes::actual_size ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent actual_size check_box with specified location, size, and name.

Parameters
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() [21/24]

static check_box xtd::forms::check_boxes::actual_size ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent actual_size check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ actual_size() [22/24]

static check_box xtd::forms::check_boxes::actual_size ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent actual_size check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ actual_size() [23/24]

static check_box xtd::forms::check_boxes::actual_size ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent actual_size check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ actual_size() [24/24]

static check_box xtd::forms::check_boxes::actual_size ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent actual_size check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::add ( )
static

Create a system-defined check_box that represent add check_box.

Returns
The created check_box.

◆ add() [2/24]

static check_box xtd::forms::check_boxes::add ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent add check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ add() [3/24]

static check_box xtd::forms::check_boxes::add ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent add check_box with specified three_state, check_state, and location.

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

◆ add() [4/24]

static check_box xtd::forms::check_boxes::add ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent add check_box with specified three_state, check_state, location, and size.

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

◆ add() [5/24]

static check_box xtd::forms::check_boxes::add ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent add check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::add ( const control parent)
static

Create a system-defined check_box that represent add check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ add() [7/24]

static check_box xtd::forms::check_boxes::add ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent add check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ add() [8/24]

static check_box xtd::forms::check_boxes::add ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent add check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ add() [9/24]

static check_box xtd::forms::check_boxes::add ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent add check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ add() [10/24]

static check_box xtd::forms::check_boxes::add ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent add check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::add ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent add check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ add() [12/24]

static check_box xtd::forms::check_boxes::add ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent add check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ add() [13/24]

static check_box xtd::forms::check_boxes::add ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent add check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ add() [14/24]

static check_box xtd::forms::check_boxes::add ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent add check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ add() [15/24]

static check_box xtd::forms::check_boxes::add ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent add check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ add() [16/24]

static check_box xtd::forms::check_boxes::add ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent add check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ add() [17/24]

static check_box xtd::forms::check_boxes::add ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent add check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::add ( const drawing::point location)
static

Create a system-defined check_box that represent add check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ add() [19/24]

static check_box xtd::forms::check_boxes::add ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent add check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ add() [20/24]

static check_box xtd::forms::check_boxes::add ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent add check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ add() [21/24]

static check_box xtd::forms::check_boxes::add ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent add check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ add() [22/24]

static check_box xtd::forms::check_boxes::add ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent add check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ add() [23/24]

static check_box xtd::forms::check_boxes::add ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent add check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ add() [24/24]

static check_box xtd::forms::check_boxes::add ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent add check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::align_left ( )
static

Create a system-defined check_box that represent align_left check_box.

Returns
The created check_box.

◆ align_left() [2/24]

static check_box xtd::forms::check_boxes::align_left ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent align_left check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ align_left() [3/24]

static check_box xtd::forms::check_boxes::align_left ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent align_left check_box with specified three_state, check_state, and location.

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

◆ align_left() [4/24]

static check_box xtd::forms::check_boxes::align_left ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent align_left check_box with specified three_state, check_state, location, and size.

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

◆ align_left() [5/24]

static check_box xtd::forms::check_boxes::align_left ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent align_left check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::align_left ( const control parent)
static

Create a system-defined check_box that represent align_left check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ align_left() [7/24]

static check_box xtd::forms::check_boxes::align_left ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent align_left check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ align_left() [8/24]

static check_box xtd::forms::check_boxes::align_left ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent align_left check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ align_left() [9/24]

static check_box xtd::forms::check_boxes::align_left ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent align_left check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ align_left() [10/24]

static check_box xtd::forms::check_boxes::align_left ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent align_left check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::align_left ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent align_left check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ align_left() [12/24]

static check_box xtd::forms::check_boxes::align_left ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent align_left check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ align_left() [13/24]

static check_box xtd::forms::check_boxes::align_left ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent align_left check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
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() [14/24]

static check_box xtd::forms::check_boxes::align_left ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent align_left check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ align_left() [15/24]

static check_box xtd::forms::check_boxes::align_left ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent align_left check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ align_left() [16/24]

static check_box xtd::forms::check_boxes::align_left ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent align_left check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ align_left() [17/24]

static check_box xtd::forms::check_boxes::align_left ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent align_left check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::align_left ( const drawing::point location)
static

Create a system-defined check_box that represent align_left check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ align_left() [19/24]

static check_box xtd::forms::check_boxes::align_left ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent align_left check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ align_left() [20/24]

static check_box xtd::forms::check_boxes::align_left ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent align_left check_box with specified location, size, and name.

Parameters
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() [21/24]

static check_box xtd::forms::check_boxes::align_left ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent align_left check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ align_left() [22/24]

static check_box xtd::forms::check_boxes::align_left ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent align_left check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ align_left() [23/24]

static check_box xtd::forms::check_boxes::align_left ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent align_left check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ align_left() [24/24]

static check_box xtd::forms::check_boxes::align_left ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent align_left check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::align_right ( )
static

Create a system-defined check_box that represent align_right check_box.

Returns
The created check_box.

◆ align_right() [2/24]

static check_box xtd::forms::check_boxes::align_right ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent align_right check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ align_right() [3/24]

static check_box xtd::forms::check_boxes::align_right ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent align_right check_box with specified three_state, check_state, and location.

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

◆ align_right() [4/24]

static check_box xtd::forms::check_boxes::align_right ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent align_right check_box with specified three_state, check_state, location, and size.

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

◆ align_right() [5/24]

static check_box xtd::forms::check_boxes::align_right ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent align_right check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent)
static

Create a system-defined check_box that represent align_right check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ align_right() [7/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent align_right check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ align_right() [8/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent align_right check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ align_right() [9/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent align_right check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ align_right() [10/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent align_right check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent align_right check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ align_right() [12/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent align_right check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ align_right() [13/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent align_right check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
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() [14/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent align_right check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ align_right() [15/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent align_right check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ align_right() [16/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent align_right check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ align_right() [17/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent align_right check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::align_right ( const drawing::point location)
static

Create a system-defined check_box that represent align_right check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ align_right() [19/24]

static check_box xtd::forms::check_boxes::align_right ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent align_right check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ align_right() [20/24]

static check_box xtd::forms::check_boxes::align_right ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent align_right check_box with specified location, size, and name.

Parameters
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() [21/24]

static check_box xtd::forms::check_boxes::align_right ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent align_right check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ align_right() [22/24]

static check_box xtd::forms::check_boxes::align_right ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent align_right check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ align_right() [23/24]

static check_box xtd::forms::check_boxes::align_right ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent align_right check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ align_right() [24/24]

static check_box xtd::forms::check_boxes::align_right ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent align_right check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::alignment ( )
static

Create a system-defined check_box that represent alignment check_box.

Returns
The created check_box.

◆ alignment() [2/24]

static check_box xtd::forms::check_boxes::alignment ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent alignment check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ alignment() [3/24]

static check_box xtd::forms::check_boxes::alignment ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent alignment check_box with specified three_state, check_state, and location.

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

◆ alignment() [4/24]

static check_box xtd::forms::check_boxes::alignment ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent alignment check_box with specified three_state, check_state, location, and size.

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

◆ alignment() [5/24]

static check_box xtd::forms::check_boxes::alignment ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent alignment check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::alignment ( const control parent)
static

Create a system-defined check_box that represent alignment check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ alignment() [7/24]

static check_box xtd::forms::check_boxes::alignment ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent alignment check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ alignment() [8/24]

static check_box xtd::forms::check_boxes::alignment ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent alignment check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ alignment() [9/24]

static check_box xtd::forms::check_boxes::alignment ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent alignment check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ alignment() [10/24]

static check_box xtd::forms::check_boxes::alignment ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent alignment check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::alignment ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent alignment check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ alignment() [12/24]

static check_box xtd::forms::check_boxes::alignment ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent alignment check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ alignment() [13/24]

static check_box xtd::forms::check_boxes::alignment ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent alignment check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ alignment() [14/24]

static check_box xtd::forms::check_boxes::alignment ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent alignment check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ alignment() [15/24]

static check_box xtd::forms::check_boxes::alignment ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent alignment check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ alignment() [16/24]

static check_box xtd::forms::check_boxes::alignment ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent alignment check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ alignment() [17/24]

static check_box xtd::forms::check_boxes::alignment ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent alignment check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::alignment ( const drawing::point location)
static

Create a system-defined check_box that represent alignment check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ alignment() [19/24]

static check_box xtd::forms::check_boxes::alignment ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent alignment check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ alignment() [20/24]

static check_box xtd::forms::check_boxes::alignment ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent alignment check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ alignment() [21/24]

static check_box xtd::forms::check_boxes::alignment ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent alignment check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ alignment() [22/24]

static check_box xtd::forms::check_boxes::alignment ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent alignment check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ alignment() [23/24]

static check_box xtd::forms::check_boxes::alignment ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent alignment check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ alignment() [24/24]

static check_box xtd::forms::check_boxes::alignment ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent alignment check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::apply ( )
static

Create a system-defined check_box that represent apply check_box.

Returns
The created check_box.

◆ apply() [2/24]

static check_box xtd::forms::check_boxes::apply ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent apply check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ apply() [3/24]

static check_box xtd::forms::check_boxes::apply ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent apply check_box with specified three_state, check_state, and location.

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

◆ apply() [4/24]

static check_box xtd::forms::check_boxes::apply ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent apply check_box with specified three_state, check_state, location, and size.

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

◆ apply() [5/24]

static check_box xtd::forms::check_boxes::apply ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent apply check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::apply ( const control parent)
static

Create a system-defined check_box that represent apply check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ apply() [7/24]

static check_box xtd::forms::check_boxes::apply ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent apply check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ apply() [8/24]

static check_box xtd::forms::check_boxes::apply ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent apply check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ apply() [9/24]

static check_box xtd::forms::check_boxes::apply ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent apply check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ apply() [10/24]

static check_box xtd::forms::check_boxes::apply ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent apply check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::apply ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent apply check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ apply() [12/24]

static check_box xtd::forms::check_boxes::apply ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent apply check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ apply() [13/24]

static check_box xtd::forms::check_boxes::apply ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent apply check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ apply() [14/24]

static check_box xtd::forms::check_boxes::apply ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent apply check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ apply() [15/24]

static check_box xtd::forms::check_boxes::apply ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent apply check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ apply() [16/24]

static check_box xtd::forms::check_boxes::apply ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent apply check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ apply() [17/24]

static check_box xtd::forms::check_boxes::apply ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent apply check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::apply ( const drawing::point location)
static

Create a system-defined check_box that represent apply check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ apply() [19/24]

static check_box xtd::forms::check_boxes::apply ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent apply check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ apply() [20/24]

static check_box xtd::forms::check_boxes::apply ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent apply check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ apply() [21/24]

static check_box xtd::forms::check_boxes::apply ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent apply check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ apply() [22/24]

static check_box xtd::forms::check_boxes::apply ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent apply check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ apply() [23/24]

static check_box xtd::forms::check_boxes::apply ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent apply check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ apply() [24/24]

static check_box xtd::forms::check_boxes::apply ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent apply check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::ascending ( )
static

Create a system-defined check_box that represent ascending check_box.

Returns
The created check_box.

◆ ascending() [2/24]

static check_box xtd::forms::check_boxes::ascending ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent ascending check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ ascending() [3/24]

static check_box xtd::forms::check_boxes::ascending ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent ascending check_box with specified three_state, check_state, and location.

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

◆ ascending() [4/24]

static check_box xtd::forms::check_boxes::ascending ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ascending check_box with specified three_state, check_state, location, and size.

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

◆ ascending() [5/24]

static check_box xtd::forms::check_boxes::ascending ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ascending check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::ascending ( const control parent)
static

Create a system-defined check_box that represent ascending check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ ascending() [7/24]

static check_box xtd::forms::check_boxes::ascending ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent ascending check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ ascending() [8/24]

static check_box xtd::forms::check_boxes::ascending ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent ascending check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ascending() [9/24]

static check_box xtd::forms::check_boxes::ascending ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ascending check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ascending() [10/24]

static check_box xtd::forms::check_boxes::ascending ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ascending check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::ascending ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent ascending check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ascending() [12/24]

static check_box xtd::forms::check_boxes::ascending ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ascending check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ascending() [13/24]

static check_box xtd::forms::check_boxes::ascending ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ascending check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ ascending() [14/24]

static check_box xtd::forms::check_boxes::ascending ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent ascending check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ ascending() [15/24]

static check_box xtd::forms::check_boxes::ascending ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent ascending check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ascending() [16/24]

static check_box xtd::forms::check_boxes::ascending ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ascending check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ascending() [17/24]

static check_box xtd::forms::check_boxes::ascending ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ascending check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::ascending ( const drawing::point location)
static

Create a system-defined check_box that represent ascending check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ascending() [19/24]

static check_box xtd::forms::check_boxes::ascending ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ascending check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ascending() [20/24]

static check_box xtd::forms::check_boxes::ascending ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ascending check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ ascending() [21/24]

static check_box xtd::forms::check_boxes::ascending ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent ascending check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ ascending() [22/24]

static check_box xtd::forms::check_boxes::ascending ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent ascending check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ascending() [23/24]

static check_box xtd::forms::check_boxes::ascending ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ascending check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ascending() [24/24]

static check_box xtd::forms::check_boxes::ascending ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ascending check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::back ( )
static

Create a system-defined check_box that represent back check_box.

Returns
The created check_box.

◆ back() [2/24]

static check_box xtd::forms::check_boxes::back ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent back check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ back() [3/24]

static check_box xtd::forms::check_boxes::back ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent back check_box with specified three_state, check_state, and location.

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

◆ back() [4/24]

static check_box xtd::forms::check_boxes::back ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent back check_box with specified three_state, check_state, location, and size.

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

◆ back() [5/24]

static check_box xtd::forms::check_boxes::back ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent back check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::back ( const control parent)
static

Create a system-defined check_box that represent back check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ back() [7/24]

static check_box xtd::forms::check_boxes::back ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent back check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ back() [8/24]

static check_box xtd::forms::check_boxes::back ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent back check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ back() [9/24]

static check_box xtd::forms::check_boxes::back ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent back check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ back() [10/24]

static check_box xtd::forms::check_boxes::back ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent back check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::back ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent back check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ back() [12/24]

static check_box xtd::forms::check_boxes::back ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent back check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ back() [13/24]

static check_box xtd::forms::check_boxes::back ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent back check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ back() [14/24]

static check_box xtd::forms::check_boxes::back ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent back check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ back() [15/24]

static check_box xtd::forms::check_boxes::back ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent back check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ back() [16/24]

static check_box xtd::forms::check_boxes::back ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent back check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ back() [17/24]

static check_box xtd::forms::check_boxes::back ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent back check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::back ( const drawing::point location)
static

Create a system-defined check_box that represent back check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ back() [19/24]

static check_box xtd::forms::check_boxes::back ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent back check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ back() [20/24]

static check_box xtd::forms::check_boxes::back ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent back check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ back() [21/24]

static check_box xtd::forms::check_boxes::back ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent back check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ back() [22/24]

static check_box xtd::forms::check_boxes::back ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent back check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ back() [23/24]

static check_box xtd::forms::check_boxes::back ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent back check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ back() [24/24]

static check_box xtd::forms::check_boxes::back ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent back check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::bold ( )
static

Create a system-defined check_box that represent bold check_box.

Returns
The created check_box.

◆ bold() [2/24]

static check_box xtd::forms::check_boxes::bold ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent bold check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ bold() [3/24]

static check_box xtd::forms::check_boxes::bold ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent bold check_box with specified three_state, check_state, and location.

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

◆ bold() [4/24]

static check_box xtd::forms::check_boxes::bold ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent bold check_box with specified three_state, check_state, location, and size.

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

◆ bold() [5/24]

static check_box xtd::forms::check_boxes::bold ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent bold check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::bold ( const control parent)
static

Create a system-defined check_box that represent bold check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ bold() [7/24]

static check_box xtd::forms::check_boxes::bold ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent bold check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ bold() [8/24]

static check_box xtd::forms::check_boxes::bold ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent bold check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ bold() [9/24]

static check_box xtd::forms::check_boxes::bold ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent bold check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ bold() [10/24]

static check_box xtd::forms::check_boxes::bold ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent bold check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::bold ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent bold check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ bold() [12/24]

static check_box xtd::forms::check_boxes::bold ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent bold check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ bold() [13/24]

static check_box xtd::forms::check_boxes::bold ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent bold check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ bold() [14/24]

static check_box xtd::forms::check_boxes::bold ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent bold check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ bold() [15/24]

static check_box xtd::forms::check_boxes::bold ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent bold check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ bold() [16/24]

static check_box xtd::forms::check_boxes::bold ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent bold check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ bold() [17/24]

static check_box xtd::forms::check_boxes::bold ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent bold check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::bold ( const drawing::point location)
static

Create a system-defined check_box that represent bold check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ bold() [19/24]

static check_box xtd::forms::check_boxes::bold ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent bold check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ bold() [20/24]

static check_box xtd::forms::check_boxes::bold ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent bold check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ bold() [21/24]

static check_box xtd::forms::check_boxes::bold ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent bold check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ bold() [22/24]

static check_box xtd::forms::check_boxes::bold ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent bold check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ bold() [23/24]

static check_box xtd::forms::check_boxes::bold ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent bold check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ bold() [24/24]

static check_box xtd::forms::check_boxes::bold ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent bold check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::bottom ( )
static

Create a system-defined check_box that represent bottom check_box.

Returns
The created check_box.

◆ bottom() [2/24]

static check_box xtd::forms::check_boxes::bottom ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent bottom check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ bottom() [3/24]

static check_box xtd::forms::check_boxes::bottom ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent bottom check_box with specified three_state, check_state, and location.

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

◆ bottom() [4/24]

static check_box xtd::forms::check_boxes::bottom ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent bottom check_box with specified three_state, check_state, location, and size.

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

◆ bottom() [5/24]

static check_box xtd::forms::check_boxes::bottom ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent bottom check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::bottom ( const control parent)
static

Create a system-defined check_box that represent bottom check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ bottom() [7/24]

static check_box xtd::forms::check_boxes::bottom ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent bottom check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ bottom() [8/24]

static check_box xtd::forms::check_boxes::bottom ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent bottom check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ bottom() [9/24]

static check_box xtd::forms::check_boxes::bottom ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent bottom check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ bottom() [10/24]

static check_box xtd::forms::check_boxes::bottom ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent bottom check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::bottom ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent bottom check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ bottom() [12/24]

static check_box xtd::forms::check_boxes::bottom ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent bottom check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ bottom() [13/24]

static check_box xtd::forms::check_boxes::bottom ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent bottom check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ bottom() [14/24]

static check_box xtd::forms::check_boxes::bottom ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent bottom check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ bottom() [15/24]

static check_box xtd::forms::check_boxes::bottom ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent bottom check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ bottom() [16/24]

static check_box xtd::forms::check_boxes::bottom ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent bottom check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ bottom() [17/24]

static check_box xtd::forms::check_boxes::bottom ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent bottom check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::bottom ( const drawing::point location)
static

Create a system-defined check_box that represent bottom check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ bottom() [19/24]

static check_box xtd::forms::check_boxes::bottom ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent bottom check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ bottom() [20/24]

static check_box xtd::forms::check_boxes::bottom ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent bottom check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ bottom() [21/24]

static check_box xtd::forms::check_boxes::bottom ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent bottom check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ bottom() [22/24]

static check_box xtd::forms::check_boxes::bottom ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent bottom check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ bottom() [23/24]

static check_box xtd::forms::check_boxes::bottom ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent bottom check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ bottom() [24/24]

static check_box xtd::forms::check_boxes::bottom ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent bottom check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::cancel ( )
static

Create a system-defined check_box that represent cancel check_box.

Returns
The created check_box.

◆ cancel() [2/24]

static check_box xtd::forms::check_boxes::cancel ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent cancel check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ cancel() [3/24]

static check_box xtd::forms::check_boxes::cancel ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent cancel check_box with specified three_state, check_state, and location.

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

◆ cancel() [4/24]

static check_box xtd::forms::check_boxes::cancel ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cancel check_box with specified three_state, check_state, location, and size.

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

◆ cancel() [5/24]

static check_box xtd::forms::check_boxes::cancel ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cancel check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::cancel ( const control parent)
static

Create a system-defined check_box that represent cancel check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ cancel() [7/24]

static check_box xtd::forms::check_boxes::cancel ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent cancel check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ cancel() [8/24]

static check_box xtd::forms::check_boxes::cancel ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent cancel check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cancel() [9/24]

static check_box xtd::forms::check_boxes::cancel ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cancel check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cancel() [10/24]

static check_box xtd::forms::check_boxes::cancel ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cancel check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::cancel ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent cancel check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cancel() [12/24]

static check_box xtd::forms::check_boxes::cancel ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cancel check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cancel() [13/24]

static check_box xtd::forms::check_boxes::cancel ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cancel check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ cancel() [14/24]

static check_box xtd::forms::check_boxes::cancel ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent cancel check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ cancel() [15/24]

static check_box xtd::forms::check_boxes::cancel ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent cancel check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cancel() [16/24]

static check_box xtd::forms::check_boxes::cancel ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cancel check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cancel() [17/24]

static check_box xtd::forms::check_boxes::cancel ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cancel check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::cancel ( const drawing::point location)
static

Create a system-defined check_box that represent cancel check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cancel() [19/24]

static check_box xtd::forms::check_boxes::cancel ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cancel check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cancel() [20/24]

static check_box xtd::forms::check_boxes::cancel ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cancel check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ cancel() [21/24]

static check_box xtd::forms::check_boxes::cancel ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent cancel check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ cancel() [22/24]

static check_box xtd::forms::check_boxes::cancel ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent cancel check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cancel() [23/24]

static check_box xtd::forms::check_boxes::cancel ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cancel check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cancel() [24/24]

static check_box xtd::forms::check_boxes::cancel ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cancel check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::cdrom ( )
static

Create a system-defined check_box that represent cdrom check_box.

Returns
The created check_box.

◆ cdrom() [2/24]

static check_box xtd::forms::check_boxes::cdrom ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent cdrom check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ cdrom() [3/24]

static check_box xtd::forms::check_boxes::cdrom ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent cdrom check_box with specified three_state, check_state, and location.

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

◆ cdrom() [4/24]

static check_box xtd::forms::check_boxes::cdrom ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cdrom check_box with specified three_state, check_state, location, and size.

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

◆ cdrom() [5/24]

static check_box xtd::forms::check_boxes::cdrom ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cdrom check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::cdrom ( const control parent)
static

Create a system-defined check_box that represent cdrom check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ cdrom() [7/24]

static check_box xtd::forms::check_boxes::cdrom ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent cdrom check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ cdrom() [8/24]

static check_box xtd::forms::check_boxes::cdrom ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent cdrom check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cdrom() [9/24]

static check_box xtd::forms::check_boxes::cdrom ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cdrom check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cdrom() [10/24]

static check_box xtd::forms::check_boxes::cdrom ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cdrom check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::cdrom ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent cdrom check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cdrom() [12/24]

static check_box xtd::forms::check_boxes::cdrom ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cdrom check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cdrom() [13/24]

static check_box xtd::forms::check_boxes::cdrom ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cdrom check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ cdrom() [14/24]

static check_box xtd::forms::check_boxes::cdrom ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent cdrom check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ cdrom() [15/24]

static check_box xtd::forms::check_boxes::cdrom ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent cdrom check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cdrom() [16/24]

static check_box xtd::forms::check_boxes::cdrom ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cdrom check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cdrom() [17/24]

static check_box xtd::forms::check_boxes::cdrom ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cdrom check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::cdrom ( const drawing::point location)
static

Create a system-defined check_box that represent cdrom check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cdrom() [19/24]

static check_box xtd::forms::check_boxes::cdrom ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cdrom check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cdrom() [20/24]

static check_box xtd::forms::check_boxes::cdrom ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cdrom check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ cdrom() [21/24]

static check_box xtd::forms::check_boxes::cdrom ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent cdrom check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ cdrom() [22/24]

static check_box xtd::forms::check_boxes::cdrom ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent cdrom check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cdrom() [23/24]

static check_box xtd::forms::check_boxes::cdrom ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cdrom check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cdrom() [24/24]

static check_box xtd::forms::check_boxes::cdrom ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cdrom check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::centered ( )
static

Create a system-defined check_box that represent centered check_box.

Returns
The created check_box.

◆ centered() [2/24]

static check_box xtd::forms::check_boxes::centered ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent centered check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ centered() [3/24]

static check_box xtd::forms::check_boxes::centered ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent centered check_box with specified three_state, check_state, and location.

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

◆ centered() [4/24]

static check_box xtd::forms::check_boxes::centered ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent centered check_box with specified three_state, check_state, location, and size.

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

◆ centered() [5/24]

static check_box xtd::forms::check_boxes::centered ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent centered check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::centered ( const control parent)
static

Create a system-defined check_box that represent centered check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ centered() [7/24]

static check_box xtd::forms::check_boxes::centered ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent centered check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ centered() [8/24]

static check_box xtd::forms::check_boxes::centered ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent centered check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ centered() [9/24]

static check_box xtd::forms::check_boxes::centered ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent centered check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ centered() [10/24]

static check_box xtd::forms::check_boxes::centered ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent centered check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::centered ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent centered check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ centered() [12/24]

static check_box xtd::forms::check_boxes::centered ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent centered check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ centered() [13/24]

static check_box xtd::forms::check_boxes::centered ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent centered check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ centered() [14/24]

static check_box xtd::forms::check_boxes::centered ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent centered check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ centered() [15/24]

static check_box xtd::forms::check_boxes::centered ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent centered check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ centered() [16/24]

static check_box xtd::forms::check_boxes::centered ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent centered check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ centered() [17/24]

static check_box xtd::forms::check_boxes::centered ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent centered check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::centered ( const drawing::point location)
static

Create a system-defined check_box that represent centered check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ centered() [19/24]

static check_box xtd::forms::check_boxes::centered ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent centered check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ centered() [20/24]

static check_box xtd::forms::check_boxes::centered ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent centered check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ centered() [21/24]

static check_box xtd::forms::check_boxes::centered ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent centered check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ centered() [22/24]

static check_box xtd::forms::check_boxes::centered ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent centered check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ centered() [23/24]

static check_box xtd::forms::check_boxes::centered ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent centered check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ centered() [24/24]

static check_box xtd::forms::check_boxes::centered ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent centered check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::clear ( )
static

Create a system-defined check_box that represent clear check_box.

Returns
The created check_box.

◆ clear() [2/24]

static check_box xtd::forms::check_boxes::clear ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent clear check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ clear() [3/24]

static check_box xtd::forms::check_boxes::clear ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent clear check_box with specified three_state, check_state, and location.

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

◆ clear() [4/24]

static check_box xtd::forms::check_boxes::clear ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent clear check_box with specified three_state, check_state, location, and size.

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

◆ clear() [5/24]

static check_box xtd::forms::check_boxes::clear ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent clear check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::clear ( const control parent)
static

Create a system-defined check_box that represent clear check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ clear() [7/24]

static check_box xtd::forms::check_boxes::clear ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent clear check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ clear() [8/24]

static check_box xtd::forms::check_boxes::clear ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent clear check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ clear() [9/24]

static check_box xtd::forms::check_boxes::clear ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent clear check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ clear() [10/24]

static check_box xtd::forms::check_boxes::clear ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent clear check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::clear ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent clear check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ clear() [12/24]

static check_box xtd::forms::check_boxes::clear ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent clear check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ clear() [13/24]

static check_box xtd::forms::check_boxes::clear ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent clear check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ clear() [14/24]

static check_box xtd::forms::check_boxes::clear ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent clear check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ clear() [15/24]

static check_box xtd::forms::check_boxes::clear ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent clear check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ clear() [16/24]

static check_box xtd::forms::check_boxes::clear ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent clear check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ clear() [17/24]

static check_box xtd::forms::check_boxes::clear ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent clear check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::clear ( const drawing::point location)
static

Create a system-defined check_box that represent clear check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ clear() [19/24]

static check_box xtd::forms::check_boxes::clear ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent clear check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ clear() [20/24]

static check_box xtd::forms::check_boxes::clear ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent clear check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ clear() [21/24]

static check_box xtd::forms::check_boxes::clear ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent clear check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ clear() [22/24]

static check_box xtd::forms::check_boxes::clear ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent clear check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ clear() [23/24]

static check_box xtd::forms::check_boxes::clear ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent clear check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ clear() [24/24]

static check_box xtd::forms::check_boxes::clear ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent clear check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::close ( )
static

Create a system-defined check_box that represent close check_box.

Returns
The created check_box.

◆ close() [2/24]

static check_box xtd::forms::check_boxes::close ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent close check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ close() [3/24]

static check_box xtd::forms::check_boxes::close ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent close check_box with specified three_state, check_state, and location.

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

◆ close() [4/24]

static check_box xtd::forms::check_boxes::close ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent close check_box with specified three_state, check_state, location, and size.

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

◆ close() [5/24]

static check_box xtd::forms::check_boxes::close ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent close check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::close ( const control parent)
static

Create a system-defined check_box that represent close check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ close() [7/24]

static check_box xtd::forms::check_boxes::close ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent close check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ close() [8/24]

static check_box xtd::forms::check_boxes::close ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent close check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ close() [9/24]

static check_box xtd::forms::check_boxes::close ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent close check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ close() [10/24]

static check_box xtd::forms::check_boxes::close ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent close check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::close ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent close check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ close() [12/24]

static check_box xtd::forms::check_boxes::close ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent close check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ close() [13/24]

static check_box xtd::forms::check_boxes::close ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent close check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ close() [14/24]

static check_box xtd::forms::check_boxes::close ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent close check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ close() [15/24]

static check_box xtd::forms::check_boxes::close ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent close check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ close() [16/24]

static check_box xtd::forms::check_boxes::close ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent close check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ close() [17/24]

static check_box xtd::forms::check_boxes::close ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent close check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::close ( const drawing::point location)
static

Create a system-defined check_box that represent close check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ close() [19/24]

static check_box xtd::forms::check_boxes::close ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent close check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ close() [20/24]

static check_box xtd::forms::check_boxes::close ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent close check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ close() [21/24]

static check_box xtd::forms::check_boxes::close ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent close check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ close() [22/24]

static check_box xtd::forms::check_boxes::close ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent close check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ close() [23/24]

static check_box xtd::forms::check_boxes::close ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent close check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ close() [24/24]

static check_box xtd::forms::check_boxes::close ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent close check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::color ( )
static

Create a system-defined check_box that represent color check_box.

Returns
The created check_box.

◆ color() [2/24]

static check_box xtd::forms::check_boxes::color ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent color check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ color() [3/24]

static check_box xtd::forms::check_boxes::color ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent color check_box with specified three_state, check_state, and location.

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

◆ color() [4/24]

static check_box xtd::forms::check_boxes::color ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent color check_box with specified three_state, check_state, location, and size.

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

◆ color() [5/24]

static check_box xtd::forms::check_boxes::color ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent color check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::color ( const control parent)
static

Create a system-defined check_box that represent color check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ color() [7/24]

static check_box xtd::forms::check_boxes::color ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent color check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ color() [8/24]

static check_box xtd::forms::check_boxes::color ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent color check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ color() [9/24]

static check_box xtd::forms::check_boxes::color ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent color check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ color() [10/24]

static check_box xtd::forms::check_boxes::color ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent color check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::color ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent color check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ color() [12/24]

static check_box xtd::forms::check_boxes::color ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent color check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ color() [13/24]

static check_box xtd::forms::check_boxes::color ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent color check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ color() [14/24]

static check_box xtd::forms::check_boxes::color ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent color check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ color() [15/24]

static check_box xtd::forms::check_boxes::color ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent color check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ color() [16/24]

static check_box xtd::forms::check_boxes::color ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent color check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ color() [17/24]

static check_box xtd::forms::check_boxes::color ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent color check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::color ( const drawing::point location)
static

Create a system-defined check_box that represent color check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ color() [19/24]

static check_box xtd::forms::check_boxes::color ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent color check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ color() [20/24]

static check_box xtd::forms::check_boxes::color ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent color check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ color() [21/24]

static check_box xtd::forms::check_boxes::color ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent color check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ color() [22/24]

static check_box xtd::forms::check_boxes::color ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent color check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ color() [23/24]

static check_box xtd::forms::check_boxes::color ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent color check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ color() [24/24]

static check_box xtd::forms::check_boxes::color ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent color check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::contents ( )
static

Create a system-defined check_box that represent contents check_box.

Returns
The created check_box.

◆ contents() [2/24]

static check_box xtd::forms::check_boxes::contents ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent contents check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ contents() [3/24]

static check_box xtd::forms::check_boxes::contents ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent contents check_box with specified three_state, check_state, and location.

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

◆ contents() [4/24]

static check_box xtd::forms::check_boxes::contents ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent contents check_box with specified three_state, check_state, location, and size.

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

◆ contents() [5/24]

static check_box xtd::forms::check_boxes::contents ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent contents check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::contents ( const control parent)
static

Create a system-defined check_box that represent contents check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ contents() [7/24]

static check_box xtd::forms::check_boxes::contents ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent contents check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ contents() [8/24]

static check_box xtd::forms::check_boxes::contents ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent contents check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ contents() [9/24]

static check_box xtd::forms::check_boxes::contents ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent contents check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ contents() [10/24]

static check_box xtd::forms::check_boxes::contents ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent contents check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::contents ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent contents check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ contents() [12/24]

static check_box xtd::forms::check_boxes::contents ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent contents check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ contents() [13/24]

static check_box xtd::forms::check_boxes::contents ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent contents check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ contents() [14/24]

static check_box xtd::forms::check_boxes::contents ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent contents check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ contents() [15/24]

static check_box xtd::forms::check_boxes::contents ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent contents check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ contents() [16/24]

static check_box xtd::forms::check_boxes::contents ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent contents check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ contents() [17/24]

static check_box xtd::forms::check_boxes::contents ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent contents check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::contents ( const drawing::point location)
static

Create a system-defined check_box that represent contents check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ contents() [19/24]

static check_box xtd::forms::check_boxes::contents ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent contents check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ contents() [20/24]

static check_box xtd::forms::check_boxes::contents ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent contents check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ contents() [21/24]

static check_box xtd::forms::check_boxes::contents ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent contents check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ contents() [22/24]

static check_box xtd::forms::check_boxes::contents ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent contents check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ contents() [23/24]

static check_box xtd::forms::check_boxes::contents ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent contents check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ contents() [24/24]

static check_box xtd::forms::check_boxes::contents ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent contents check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::convert ( )
static

Create a system-defined check_box that represent convert check_box.

Returns
The created check_box.

◆ convert() [2/24]

static check_box xtd::forms::check_boxes::convert ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent convert check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ convert() [3/24]

static check_box xtd::forms::check_boxes::convert ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent convert check_box with specified three_state, check_state, and location.

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

◆ convert() [4/24]

static check_box xtd::forms::check_boxes::convert ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent convert check_box with specified three_state, check_state, location, and size.

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

◆ convert() [5/24]

static check_box xtd::forms::check_boxes::convert ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent convert check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::convert ( const control parent)
static

Create a system-defined check_box that represent convert check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ convert() [7/24]

static check_box xtd::forms::check_boxes::convert ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent convert check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ convert() [8/24]

static check_box xtd::forms::check_boxes::convert ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent convert check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ convert() [9/24]

static check_box xtd::forms::check_boxes::convert ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent convert check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ convert() [10/24]

static check_box xtd::forms::check_boxes::convert ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent convert check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::convert ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent convert check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ convert() [12/24]

static check_box xtd::forms::check_boxes::convert ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent convert check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ convert() [13/24]

static check_box xtd::forms::check_boxes::convert ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent convert check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ convert() [14/24]

static check_box xtd::forms::check_boxes::convert ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent convert check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ convert() [15/24]

static check_box xtd::forms::check_boxes::convert ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent convert check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ convert() [16/24]

static check_box xtd::forms::check_boxes::convert ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent convert check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ convert() [17/24]

static check_box xtd::forms::check_boxes::convert ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent convert check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::convert ( const drawing::point location)
static

Create a system-defined check_box that represent convert check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ convert() [19/24]

static check_box xtd::forms::check_boxes::convert ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent convert check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ convert() [20/24]

static check_box xtd::forms::check_boxes::convert ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent convert check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ convert() [21/24]

static check_box xtd::forms::check_boxes::convert ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent convert check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ convert() [22/24]

static check_box xtd::forms::check_boxes::convert ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent convert check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ convert() [23/24]

static check_box xtd::forms::check_boxes::convert ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent convert check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ convert() [24/24]

static check_box xtd::forms::check_boxes::convert ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent convert check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::copy ( )
static

Create a system-defined check_box that represent copy check_box.

Returns
The created check_box.

◆ copy() [2/24]

static check_box xtd::forms::check_boxes::copy ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent copy check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ copy() [3/24]

static check_box xtd::forms::check_boxes::copy ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent copy check_box with specified three_state, check_state, and location.

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

◆ copy() [4/24]

static check_box xtd::forms::check_boxes::copy ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent copy check_box with specified three_state, check_state, location, and size.

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

◆ copy() [5/24]

static check_box xtd::forms::check_boxes::copy ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent copy check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::copy ( const control parent)
static

Create a system-defined check_box that represent copy check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ copy() [7/24]

static check_box xtd::forms::check_boxes::copy ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent copy check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ copy() [8/24]

static check_box xtd::forms::check_boxes::copy ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent copy check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ copy() [9/24]

static check_box xtd::forms::check_boxes::copy ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent copy check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ copy() [10/24]

static check_box xtd::forms::check_boxes::copy ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent copy check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::copy ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent copy check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ copy() [12/24]

static check_box xtd::forms::check_boxes::copy ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent copy check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ copy() [13/24]

static check_box xtd::forms::check_boxes::copy ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent copy check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ copy() [14/24]

static check_box xtd::forms::check_boxes::copy ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent copy check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ copy() [15/24]

static check_box xtd::forms::check_boxes::copy ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent copy check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ copy() [16/24]

static check_box xtd::forms::check_boxes::copy ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent copy check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ copy() [17/24]

static check_box xtd::forms::check_boxes::copy ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent copy check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::copy ( const drawing::point location)
static

Create a system-defined check_box that represent copy check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ copy() [19/24]

static check_box xtd::forms::check_boxes::copy ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent copy check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ copy() [20/24]

static check_box xtd::forms::check_boxes::copy ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent copy check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ copy() [21/24]

static check_box xtd::forms::check_boxes::copy ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent copy check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ copy() [22/24]

static check_box xtd::forms::check_boxes::copy ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent copy check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ copy() [23/24]

static check_box xtd::forms::check_boxes::copy ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent copy check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ copy() [24/24]

static check_box xtd::forms::check_boxes::copy ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent copy check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::customize ( )
static

Create a system-defined check_box that represent customize check_box.

Returns
The created check_box.

◆ customize() [2/24]

static check_box xtd::forms::check_boxes::customize ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent customize check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ customize() [3/24]

static check_box xtd::forms::check_boxes::customize ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent customize check_box with specified three_state, check_state, and location.

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

◆ customize() [4/24]

static check_box xtd::forms::check_boxes::customize ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent customize check_box with specified three_state, check_state, location, and size.

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

◆ customize() [5/24]

static check_box xtd::forms::check_boxes::customize ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent customize check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::customize ( const control parent)
static

Create a system-defined check_box that represent customize check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ customize() [7/24]

static check_box xtd::forms::check_boxes::customize ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent customize check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ customize() [8/24]

static check_box xtd::forms::check_boxes::customize ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent customize check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ customize() [9/24]

static check_box xtd::forms::check_boxes::customize ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent customize check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ customize() [10/24]

static check_box xtd::forms::check_boxes::customize ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent customize check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::customize ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent customize check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ customize() [12/24]

static check_box xtd::forms::check_boxes::customize ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent customize check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ customize() [13/24]

static check_box xtd::forms::check_boxes::customize ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent customize check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ customize() [14/24]

static check_box xtd::forms::check_boxes::customize ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent customize check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ customize() [15/24]

static check_box xtd::forms::check_boxes::customize ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent customize check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ customize() [16/24]

static check_box xtd::forms::check_boxes::customize ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent customize check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ customize() [17/24]

static check_box xtd::forms::check_boxes::customize ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent customize check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::customize ( const drawing::point location)
static

Create a system-defined check_box that represent customize check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ customize() [19/24]

static check_box xtd::forms::check_boxes::customize ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent customize check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ customize() [20/24]

static check_box xtd::forms::check_boxes::customize ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent customize check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ customize() [21/24]

static check_box xtd::forms::check_boxes::customize ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent customize check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ customize() [22/24]

static check_box xtd::forms::check_boxes::customize ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent customize check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ customize() [23/24]

static check_box xtd::forms::check_boxes::customize ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent customize check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ customize() [24/24]

static check_box xtd::forms::check_boxes::customize ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent customize check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::cut ( )
static

Create a system-defined check_box that represent cut check_box.

Returns
The created check_box.

◆ cut() [2/24]

static check_box xtd::forms::check_boxes::cut ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent cut check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ cut() [3/24]

static check_box xtd::forms::check_boxes::cut ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent cut check_box with specified three_state, check_state, and location.

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

◆ cut() [4/24]

static check_box xtd::forms::check_boxes::cut ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cut check_box with specified three_state, check_state, location, and size.

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

◆ cut() [5/24]

static check_box xtd::forms::check_boxes::cut ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cut check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::cut ( const control parent)
static

Create a system-defined check_box that represent cut check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ cut() [7/24]

static check_box xtd::forms::check_boxes::cut ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent cut check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ cut() [8/24]

static check_box xtd::forms::check_boxes::cut ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent cut check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cut() [9/24]

static check_box xtd::forms::check_boxes::cut ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cut check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cut() [10/24]

static check_box xtd::forms::check_boxes::cut ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cut check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::cut ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent cut check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cut() [12/24]

static check_box xtd::forms::check_boxes::cut ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cut check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cut() [13/24]

static check_box xtd::forms::check_boxes::cut ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cut check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ cut() [14/24]

static check_box xtd::forms::check_boxes::cut ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent cut check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ cut() [15/24]

static check_box xtd::forms::check_boxes::cut ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent cut check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cut() [16/24]

static check_box xtd::forms::check_boxes::cut ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cut check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cut() [17/24]

static check_box xtd::forms::check_boxes::cut ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cut check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::cut ( const drawing::point location)
static

Create a system-defined check_box that represent cut check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cut() [19/24]

static check_box xtd::forms::check_boxes::cut ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cut check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cut() [20/24]

static check_box xtd::forms::check_boxes::cut ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cut check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ cut() [21/24]

static check_box xtd::forms::check_boxes::cut ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent cut check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ cut() [22/24]

static check_box xtd::forms::check_boxes::cut ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent cut check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ cut() [23/24]

static check_box xtd::forms::check_boxes::cut ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent cut check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ cut() [24/24]

static check_box xtd::forms::check_boxes::cut ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent cut check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::del ( )
static

Create a system-defined check_box that represent del check_box.

Returns
The created check_box.

◆ del() [2/24]

static check_box xtd::forms::check_boxes::del ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent del check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ del() [3/24]

static check_box xtd::forms::check_boxes::del ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent del check_box with specified three_state, check_state, and location.

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

◆ del() [4/24]

static check_box xtd::forms::check_boxes::del ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent del check_box with specified three_state, check_state, location, and size.

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

◆ del() [5/24]

static check_box xtd::forms::check_boxes::del ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent del check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::del ( const control parent)
static

Create a system-defined check_box that represent del check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ del() [7/24]

static check_box xtd::forms::check_boxes::del ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent del check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ del() [8/24]

static check_box xtd::forms::check_boxes::del ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent del check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ del() [9/24]

static check_box xtd::forms::check_boxes::del ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent del check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ del() [10/24]

static check_box xtd::forms::check_boxes::del ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent del check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::del ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent del check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ del() [12/24]

static check_box xtd::forms::check_boxes::del ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent del check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ del() [13/24]

static check_box xtd::forms::check_boxes::del ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent del check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ del() [14/24]

static check_box xtd::forms::check_boxes::del ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent del check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ del() [15/24]

static check_box xtd::forms::check_boxes::del ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent del check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ del() [16/24]

static check_box xtd::forms::check_boxes::del ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent del check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ del() [17/24]

static check_box xtd::forms::check_boxes::del ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent del check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::del ( const drawing::point location)
static

Create a system-defined check_box that represent del check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ del() [19/24]

static check_box xtd::forms::check_boxes::del ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent del check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ del() [20/24]

static check_box xtd::forms::check_boxes::del ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent del check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ del() [21/24]

static check_box xtd::forms::check_boxes::del ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent del check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ del() [22/24]

static check_box xtd::forms::check_boxes::del ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent del check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ del() [23/24]

static check_box xtd::forms::check_boxes::del ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent del check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ del() [24/24]

static check_box xtd::forms::check_boxes::del ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent del check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::descending ( )
static

Create a system-defined check_box that represent descending check_box.

Returns
The created check_box.

◆ descending() [2/24]

static check_box xtd::forms::check_boxes::descending ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent descending check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ descending() [3/24]

static check_box xtd::forms::check_boxes::descending ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent descending check_box with specified three_state, check_state, and location.

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

◆ descending() [4/24]

static check_box xtd::forms::check_boxes::descending ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent descending check_box with specified three_state, check_state, location, and size.

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

◆ descending() [5/24]

static check_box xtd::forms::check_boxes::descending ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent descending check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::descending ( const control parent)
static

Create a system-defined check_box that represent descending check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ descending() [7/24]

static check_box xtd::forms::check_boxes::descending ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent descending check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ descending() [8/24]

static check_box xtd::forms::check_boxes::descending ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent descending check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ descending() [9/24]

static check_box xtd::forms::check_boxes::descending ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent descending check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ descending() [10/24]

static check_box xtd::forms::check_boxes::descending ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent descending check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::descending ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent descending check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ descending() [12/24]

static check_box xtd::forms::check_boxes::descending ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent descending check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ descending() [13/24]

static check_box xtd::forms::check_boxes::descending ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent descending check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ descending() [14/24]

static check_box xtd::forms::check_boxes::descending ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent descending check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ descending() [15/24]

static check_box xtd::forms::check_boxes::descending ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent descending check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ descending() [16/24]

static check_box xtd::forms::check_boxes::descending ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent descending check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ descending() [17/24]

static check_box xtd::forms::check_boxes::descending ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent descending check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::descending ( const drawing::point location)
static

Create a system-defined check_box that represent descending check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ descending() [19/24]

static check_box xtd::forms::check_boxes::descending ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent descending check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ descending() [20/24]

static check_box xtd::forms::check_boxes::descending ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent descending check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ descending() [21/24]

static check_box xtd::forms::check_boxes::descending ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent descending check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ descending() [22/24]

static check_box xtd::forms::check_boxes::descending ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent descending check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ descending() [23/24]

static check_box xtd::forms::check_boxes::descending ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent descending check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ descending() [24/24]

static check_box xtd::forms::check_boxes::descending ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent descending check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::down ( )
static

Create a system-defined check_box that represent down check_box.

Returns
The created check_box.

◆ down() [2/24]

static check_box xtd::forms::check_boxes::down ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent down check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ down() [3/24]

static check_box xtd::forms::check_boxes::down ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent down check_box with specified three_state, check_state, and location.

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

◆ down() [4/24]

static check_box xtd::forms::check_boxes::down ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent down check_box with specified three_state, check_state, location, and size.

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

◆ down() [5/24]

static check_box xtd::forms::check_boxes::down ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent down check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::down ( const control parent)
static

Create a system-defined check_box that represent down check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ down() [7/24]

static check_box xtd::forms::check_boxes::down ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent down check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ down() [8/24]

static check_box xtd::forms::check_boxes::down ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent down check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ down() [9/24]

static check_box xtd::forms::check_boxes::down ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent down check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ down() [10/24]

static check_box xtd::forms::check_boxes::down ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent down check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::down ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent down check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ down() [12/24]

static check_box xtd::forms::check_boxes::down ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent down check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ down() [13/24]

static check_box xtd::forms::check_boxes::down ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent down check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ down() [14/24]

static check_box xtd::forms::check_boxes::down ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent down check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ down() [15/24]

static check_box xtd::forms::check_boxes::down ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent down check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ down() [16/24]

static check_box xtd::forms::check_boxes::down ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent down check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ down() [17/24]

static check_box xtd::forms::check_boxes::down ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent down check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::down ( const drawing::point location)
static

Create a system-defined check_box that represent down check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ down() [19/24]

static check_box xtd::forms::check_boxes::down ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent down check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ down() [20/24]

static check_box xtd::forms::check_boxes::down ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent down check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ down() [21/24]

static check_box xtd::forms::check_boxes::down ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent down check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ down() [22/24]

static check_box xtd::forms::check_boxes::down ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent down check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ down() [23/24]

static check_box xtd::forms::check_boxes::down ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent down check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ down() [24/24]

static check_box xtd::forms::check_boxes::down ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent down check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::edit ( )
static

Create a system-defined check_box that represent edit check_box.

Returns
The created check_box.

◆ edit() [2/24]

static check_box xtd::forms::check_boxes::edit ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent edit check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ edit() [3/24]

static check_box xtd::forms::check_boxes::edit ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent edit check_box with specified three_state, check_state, and location.

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

◆ edit() [4/24]

static check_box xtd::forms::check_boxes::edit ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent edit check_box with specified three_state, check_state, location, and size.

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

◆ edit() [5/24]

static check_box xtd::forms::check_boxes::edit ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent edit check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::edit ( const control parent)
static

Create a system-defined check_box that represent edit check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ edit() [7/24]

static check_box xtd::forms::check_boxes::edit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent edit check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ edit() [8/24]

static check_box xtd::forms::check_boxes::edit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent edit check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ edit() [9/24]

static check_box xtd::forms::check_boxes::edit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent edit check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ edit() [10/24]

static check_box xtd::forms::check_boxes::edit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent edit check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::edit ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent edit check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ edit() [12/24]

static check_box xtd::forms::check_boxes::edit ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent edit check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ edit() [13/24]

static check_box xtd::forms::check_boxes::edit ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent edit check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ edit() [14/24]

static check_box xtd::forms::check_boxes::edit ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent edit check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ edit() [15/24]

static check_box xtd::forms::check_boxes::edit ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent edit check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ edit() [16/24]

static check_box xtd::forms::check_boxes::edit ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent edit check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ edit() [17/24]

static check_box xtd::forms::check_boxes::edit ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent edit check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::edit ( const drawing::point location)
static

Create a system-defined check_box that represent edit check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ edit() [19/24]

static check_box xtd::forms::check_boxes::edit ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent edit check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ edit() [20/24]

static check_box xtd::forms::check_boxes::edit ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent edit check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ edit() [21/24]

static check_box xtd::forms::check_boxes::edit ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent edit check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ edit() [22/24]

static check_box xtd::forms::check_boxes::edit ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent edit check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ edit() [23/24]

static check_box xtd::forms::check_boxes::edit ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent edit check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ edit() [24/24]

static check_box xtd::forms::check_boxes::edit ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent edit check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::execute ( )
static

Create a system-defined check_box that represent execute check_box.

Returns
The created check_box.

◆ execute() [2/24]

static check_box xtd::forms::check_boxes::execute ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent execute check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ execute() [3/24]

static check_box xtd::forms::check_boxes::execute ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent execute check_box with specified three_state, check_state, and location.

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

◆ execute() [4/24]

static check_box xtd::forms::check_boxes::execute ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent execute check_box with specified three_state, check_state, location, and size.

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

◆ execute() [5/24]

static check_box xtd::forms::check_boxes::execute ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent execute check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::execute ( const control parent)
static

Create a system-defined check_box that represent execute check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ execute() [7/24]

static check_box xtd::forms::check_boxes::execute ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent execute check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ execute() [8/24]

static check_box xtd::forms::check_boxes::execute ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent execute check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ execute() [9/24]

static check_box xtd::forms::check_boxes::execute ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent execute check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ execute() [10/24]

static check_box xtd::forms::check_boxes::execute ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent execute check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::execute ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent execute check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ execute() [12/24]

static check_box xtd::forms::check_boxes::execute ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent execute check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ execute() [13/24]

static check_box xtd::forms::check_boxes::execute ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent execute check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ execute() [14/24]

static check_box xtd::forms::check_boxes::execute ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent execute check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ execute() [15/24]

static check_box xtd::forms::check_boxes::execute ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent execute check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ execute() [16/24]

static check_box xtd::forms::check_boxes::execute ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent execute check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ execute() [17/24]

static check_box xtd::forms::check_boxes::execute ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent execute check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::execute ( const drawing::point location)
static

Create a system-defined check_box that represent execute check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ execute() [19/24]

static check_box xtd::forms::check_boxes::execute ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent execute check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ execute() [20/24]

static check_box xtd::forms::check_boxes::execute ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent execute check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ execute() [21/24]

static check_box xtd::forms::check_boxes::execute ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent execute check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ execute() [22/24]

static check_box xtd::forms::check_boxes::execute ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent execute check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ execute() [23/24]

static check_box xtd::forms::check_boxes::execute ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent execute check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ execute() [24/24]

static check_box xtd::forms::check_boxes::execute ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent execute check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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.

◆ exit() [1/24]

static check_box xtd::forms::check_boxes::exit ( )
static

Create a system-defined check_box that represent exit check_box.

Returns
The created check_box.

◆ exit() [2/24]

static check_box xtd::forms::check_boxes::exit ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent exit check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ exit() [3/24]

static check_box xtd::forms::check_boxes::exit ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent exit check_box with specified three_state, check_state, and location.

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

◆ exit() [4/24]

static check_box xtd::forms::check_boxes::exit ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent exit check_box with specified three_state, check_state, location, and size.

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

◆ exit() [5/24]

static check_box xtd::forms::check_boxes::exit ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent exit check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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.

◆ exit() [6/24]

static check_box xtd::forms::check_boxes::exit ( const control parent)
static

Create a system-defined check_box that represent exit check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ exit() [7/24]

static check_box xtd::forms::check_boxes::exit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent exit check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ exit() [8/24]

static check_box xtd::forms::check_boxes::exit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent exit check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ exit() [9/24]

static check_box xtd::forms::check_boxes::exit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent exit check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ exit() [10/24]

static check_box xtd::forms::check_boxes::exit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent exit check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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.

◆ exit() [11/24]

static check_box xtd::forms::check_boxes::exit ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent exit check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ exit() [12/24]

static check_box xtd::forms::check_boxes::exit ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent exit check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ exit() [13/24]

static check_box xtd::forms::check_boxes::exit ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent exit check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ exit() [14/24]

static check_box xtd::forms::check_boxes::exit ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent exit check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ exit() [15/24]

static check_box xtd::forms::check_boxes::exit ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent exit check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ exit() [16/24]

static check_box xtd::forms::check_boxes::exit ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent exit check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ exit() [17/24]

static check_box xtd::forms::check_boxes::exit ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent exit check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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.

◆ exit() [18/24]

static check_box xtd::forms::check_boxes::exit ( const drawing::point location)
static

Create a system-defined check_box that represent exit check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ exit() [19/24]

static check_box xtd::forms::check_boxes::exit ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent exit check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ exit() [20/24]

static check_box xtd::forms::check_boxes::exit ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent exit check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ exit() [21/24]

static check_box xtd::forms::check_boxes::exit ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent exit check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ exit() [22/24]

static check_box xtd::forms::check_boxes::exit ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent exit check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ exit() [23/24]

static check_box xtd::forms::check_boxes::exit ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent exit check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ exit() [24/24]

static check_box xtd::forms::check_boxes::exit ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent exit check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::file ( )
static

Create a system-defined check_box that represent file check_box.

Returns
The created check_box.

◆ file() [2/24]

static check_box xtd::forms::check_boxes::file ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent file check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ file() [3/24]

static check_box xtd::forms::check_boxes::file ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent file check_box with specified three_state, check_state, and location.

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

◆ file() [4/24]

static check_box xtd::forms::check_boxes::file ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent file check_box with specified three_state, check_state, location, and size.

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

◆ file() [5/24]

static check_box xtd::forms::check_boxes::file ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent file check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::file ( const control parent)
static

Create a system-defined check_box that represent file check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ file() [7/24]

static check_box xtd::forms::check_boxes::file ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent file check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ file() [8/24]

static check_box xtd::forms::check_boxes::file ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent file check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ file() [9/24]

static check_box xtd::forms::check_boxes::file ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent file check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ file() [10/24]

static check_box xtd::forms::check_boxes::file ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent file check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::file ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent file check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ file() [12/24]

static check_box xtd::forms::check_boxes::file ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent file check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ file() [13/24]

static check_box xtd::forms::check_boxes::file ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent file check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ file() [14/24]

static check_box xtd::forms::check_boxes::file ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent file check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ file() [15/24]

static check_box xtd::forms::check_boxes::file ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent file check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ file() [16/24]

static check_box xtd::forms::check_boxes::file ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent file check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ file() [17/24]

static check_box xtd::forms::check_boxes::file ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent file check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::file ( const drawing::point location)
static

Create a system-defined check_box that represent file check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ file() [19/24]

static check_box xtd::forms::check_boxes::file ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent file check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ file() [20/24]

static check_box xtd::forms::check_boxes::file ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent file check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ file() [21/24]

static check_box xtd::forms::check_boxes::file ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent file check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ file() [22/24]

static check_box xtd::forms::check_boxes::file ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent file check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ file() [23/24]

static check_box xtd::forms::check_boxes::file ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent file check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ file() [24/24]

static check_box xtd::forms::check_boxes::file ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent file check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::find ( )
static

Create a system-defined check_box that represent find check_box.

Returns
The created check_box.

◆ find() [2/24]

static check_box xtd::forms::check_boxes::find ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent find check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ find() [3/24]

static check_box xtd::forms::check_boxes::find ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent find check_box with specified three_state, check_state, and location.

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

◆ find() [4/24]

static check_box xtd::forms::check_boxes::find ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent find check_box with specified three_state, check_state, location, and size.

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

◆ find() [5/24]

static check_box xtd::forms::check_boxes::find ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent find check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::find ( const control parent)
static

Create a system-defined check_box that represent find check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ find() [7/24]

static check_box xtd::forms::check_boxes::find ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent find check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ find() [8/24]

static check_box xtd::forms::check_boxes::find ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent find check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ find() [9/24]

static check_box xtd::forms::check_boxes::find ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent find check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ find() [10/24]

static check_box xtd::forms::check_boxes::find ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent find check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::find ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent find check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ find() [12/24]

static check_box xtd::forms::check_boxes::find ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent find check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ find() [13/24]

static check_box xtd::forms::check_boxes::find ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent find check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ find() [14/24]

static check_box xtd::forms::check_boxes::find ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent find check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ find() [15/24]

static check_box xtd::forms::check_boxes::find ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent find check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ find() [16/24]

static check_box xtd::forms::check_boxes::find ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent find check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ find() [17/24]

static check_box xtd::forms::check_boxes::find ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent find check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::find ( const drawing::point location)
static

Create a system-defined check_box that represent find check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ find() [19/24]

static check_box xtd::forms::check_boxes::find ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent find check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ find() [20/24]

static check_box xtd::forms::check_boxes::find ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent find check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ find() [21/24]

static check_box xtd::forms::check_boxes::find ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent find check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ find() [22/24]

static check_box xtd::forms::check_boxes::find ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent find check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ find() [23/24]

static check_box xtd::forms::check_boxes::find ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent find check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ find() [24/24]

static check_box xtd::forms::check_boxes::find ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent find check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::first ( )
static

Create a system-defined check_box that represent first check_box.

Returns
The created check_box.

◆ first() [2/24]

static check_box xtd::forms::check_boxes::first ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent first check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ first() [3/24]

static check_box xtd::forms::check_boxes::first ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent first check_box with specified three_state, check_state, and location.

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

◆ first() [4/24]

static check_box xtd::forms::check_boxes::first ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent first check_box with specified three_state, check_state, location, and size.

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

◆ first() [5/24]

static check_box xtd::forms::check_boxes::first ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent first check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::first ( const control parent)
static

Create a system-defined check_box that represent first check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ first() [7/24]

static check_box xtd::forms::check_boxes::first ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent first check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ first() [8/24]

static check_box xtd::forms::check_boxes::first ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent first check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ first() [9/24]

static check_box xtd::forms::check_boxes::first ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent first check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ first() [10/24]

static check_box xtd::forms::check_boxes::first ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent first check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::first ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent first check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ first() [12/24]

static check_box xtd::forms::check_boxes::first ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent first check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ first() [13/24]

static check_box xtd::forms::check_boxes::first ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent first check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ first() [14/24]

static check_box xtd::forms::check_boxes::first ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent first check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ first() [15/24]

static check_box xtd::forms::check_boxes::first ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent first check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ first() [16/24]

static check_box xtd::forms::check_boxes::first ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent first check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ first() [17/24]

static check_box xtd::forms::check_boxes::first ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent first check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::first ( const drawing::point location)
static

Create a system-defined check_box that represent first check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ first() [19/24]

static check_box xtd::forms::check_boxes::first ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent first check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ first() [20/24]

static check_box xtd::forms::check_boxes::first ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent first check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ first() [21/24]

static check_box xtd::forms::check_boxes::first ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent first check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ first() [22/24]

static check_box xtd::forms::check_boxes::first ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent first check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ first() [23/24]

static check_box xtd::forms::check_boxes::first ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent first check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ first() [24/24]

static check_box xtd::forms::check_boxes::first ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent first check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::floppy ( )
static

Create a system-defined check_box that represent floppy check_box.

Returns
The created check_box.

◆ floppy() [2/24]

static check_box xtd::forms::check_boxes::floppy ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent floppy check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ floppy() [3/24]

static check_box xtd::forms::check_boxes::floppy ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent floppy check_box with specified three_state, check_state, and location.

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

◆ floppy() [4/24]

static check_box xtd::forms::check_boxes::floppy ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent floppy check_box with specified three_state, check_state, location, and size.

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

◆ floppy() [5/24]

static check_box xtd::forms::check_boxes::floppy ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent floppy check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::floppy ( const control parent)
static

Create a system-defined check_box that represent floppy check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ floppy() [7/24]

static check_box xtd::forms::check_boxes::floppy ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent floppy check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ floppy() [8/24]

static check_box xtd::forms::check_boxes::floppy ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent floppy check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ floppy() [9/24]

static check_box xtd::forms::check_boxes::floppy ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent floppy check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ floppy() [10/24]

static check_box xtd::forms::check_boxes::floppy ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent floppy check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::floppy ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent floppy check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ floppy() [12/24]

static check_box xtd::forms::check_boxes::floppy ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent floppy check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ floppy() [13/24]

static check_box xtd::forms::check_boxes::floppy ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent floppy check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ floppy() [14/24]

static check_box xtd::forms::check_boxes::floppy ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent floppy check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ floppy() [15/24]

static check_box xtd::forms::check_boxes::floppy ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent floppy check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ floppy() [16/24]

static check_box xtd::forms::check_boxes::floppy ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent floppy check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ floppy() [17/24]

static check_box xtd::forms::check_boxes::floppy ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent floppy check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::floppy ( const drawing::point location)
static

Create a system-defined check_box that represent floppy check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ floppy() [19/24]

static check_box xtd::forms::check_boxes::floppy ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent floppy check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ floppy() [20/24]

static check_box xtd::forms::check_boxes::floppy ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent floppy check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ floppy() [21/24]

static check_box xtd::forms::check_boxes::floppy ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent floppy check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ floppy() [22/24]

static check_box xtd::forms::check_boxes::floppy ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent floppy check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ floppy() [23/24]

static check_box xtd::forms::check_boxes::floppy ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent floppy check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ floppy() [24/24]

static check_box xtd::forms::check_boxes::floppy ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent floppy check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::font ( )
static

Create a system-defined check_box that represent font check_box.

Returns
The created check_box.

◆ font() [2/24]

static check_box xtd::forms::check_boxes::font ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent font check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ font() [3/24]

static check_box xtd::forms::check_boxes::font ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent font check_box with specified three_state, check_state, and location.

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

◆ font() [4/24]

static check_box xtd::forms::check_boxes::font ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent font check_box with specified three_state, check_state, location, and size.

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

◆ font() [5/24]

static check_box xtd::forms::check_boxes::font ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent font check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::font ( const control parent)
static

Create a system-defined check_box that represent font check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ font() [7/24]

static check_box xtd::forms::check_boxes::font ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent font check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ font() [8/24]

static check_box xtd::forms::check_boxes::font ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent font check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ font() [9/24]

static check_box xtd::forms::check_boxes::font ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent font check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ font() [10/24]

static check_box xtd::forms::check_boxes::font ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent font check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::font ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent font check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ font() [12/24]

static check_box xtd::forms::check_boxes::font ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent font check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ font() [13/24]

static check_box xtd::forms::check_boxes::font ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent font check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ font() [14/24]

static check_box xtd::forms::check_boxes::font ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent font check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ font() [15/24]

static check_box xtd::forms::check_boxes::font ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent font check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ font() [16/24]

static check_box xtd::forms::check_boxes::font ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent font check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ font() [17/24]

static check_box xtd::forms::check_boxes::font ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent font check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::font ( const drawing::point location)
static

Create a system-defined check_box that represent font check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ font() [19/24]

static check_box xtd::forms::check_boxes::font ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent font check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ font() [20/24]

static check_box xtd::forms::check_boxes::font ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent font check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ font() [21/24]

static check_box xtd::forms::check_boxes::font ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent font check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ font() [22/24]

static check_box xtd::forms::check_boxes::font ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent font check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ font() [23/24]

static check_box xtd::forms::check_boxes::font ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent font check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ font() [24/24]

static check_box xtd::forms::check_boxes::font ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent font check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::forward ( )
static

Create a system-defined check_box that represent forward check_box.

Returns
The created check_box.

◆ forward() [2/24]

static check_box xtd::forms::check_boxes::forward ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent forward check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ forward() [3/24]

static check_box xtd::forms::check_boxes::forward ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent forward check_box with specified three_state, check_state, and location.

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

◆ forward() [4/24]

static check_box xtd::forms::check_boxes::forward ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent forward check_box with specified three_state, check_state, location, and size.

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

◆ forward() [5/24]

static check_box xtd::forms::check_boxes::forward ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent forward check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::forward ( const control parent)
static

Create a system-defined check_box that represent forward check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ forward() [7/24]

static check_box xtd::forms::check_boxes::forward ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent forward check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ forward() [8/24]

static check_box xtd::forms::check_boxes::forward ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent forward check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ forward() [9/24]

static check_box xtd::forms::check_boxes::forward ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent forward check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ forward() [10/24]

static check_box xtd::forms::check_boxes::forward ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent forward check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::forward ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent forward check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ forward() [12/24]

static check_box xtd::forms::check_boxes::forward ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent forward check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ forward() [13/24]

static check_box xtd::forms::check_boxes::forward ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent forward check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ forward() [14/24]

static check_box xtd::forms::check_boxes::forward ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent forward check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ forward() [15/24]

static check_box xtd::forms::check_boxes::forward ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent forward check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ forward() [16/24]

static check_box xtd::forms::check_boxes::forward ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent forward check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ forward() [17/24]

static check_box xtd::forms::check_boxes::forward ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent forward check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::forward ( const drawing::point location)
static

Create a system-defined check_box that represent forward check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ forward() [19/24]

static check_box xtd::forms::check_boxes::forward ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent forward check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ forward() [20/24]

static check_box xtd::forms::check_boxes::forward ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent forward check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ forward() [21/24]

static check_box xtd::forms::check_boxes::forward ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent forward check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ forward() [22/24]

static check_box xtd::forms::check_boxes::forward ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent forward check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ forward() [23/24]

static check_box xtd::forms::check_boxes::forward ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent forward check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ forward() [24/24]

static check_box xtd::forms::check_boxes::forward ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent forward check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::harddisk ( )
static

Create a system-defined check_box that represent harddisk check_box.

Returns
The created check_box.

◆ harddisk() [2/24]

static check_box xtd::forms::check_boxes::harddisk ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent harddisk check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ harddisk() [3/24]

static check_box xtd::forms::check_boxes::harddisk ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent harddisk check_box with specified three_state, check_state, and location.

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

◆ harddisk() [4/24]

static check_box xtd::forms::check_boxes::harddisk ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent harddisk check_box with specified three_state, check_state, location, and size.

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

◆ harddisk() [5/24]

static check_box xtd::forms::check_boxes::harddisk ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent harddisk check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::harddisk ( const control parent)
static

Create a system-defined check_box that represent harddisk check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ harddisk() [7/24]

static check_box xtd::forms::check_boxes::harddisk ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent harddisk check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ harddisk() [8/24]

static check_box xtd::forms::check_boxes::harddisk ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent harddisk check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ harddisk() [9/24]

static check_box xtd::forms::check_boxes::harddisk ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent harddisk check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ harddisk() [10/24]

static check_box xtd::forms::check_boxes::harddisk ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent harddisk check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::harddisk ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent harddisk check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ harddisk() [12/24]

static check_box xtd::forms::check_boxes::harddisk ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent harddisk check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ harddisk() [13/24]

static check_box xtd::forms::check_boxes::harddisk ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent harddisk check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ harddisk() [14/24]

static check_box xtd::forms::check_boxes::harddisk ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent harddisk check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ harddisk() [15/24]

static check_box xtd::forms::check_boxes::harddisk ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent harddisk check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ harddisk() [16/24]

static check_box xtd::forms::check_boxes::harddisk ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent harddisk check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ harddisk() [17/24]

static check_box xtd::forms::check_boxes::harddisk ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent harddisk check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::harddisk ( const drawing::point location)
static

Create a system-defined check_box that represent harddisk check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ harddisk() [19/24]

static check_box xtd::forms::check_boxes::harddisk ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent harddisk check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ harddisk() [20/24]

static check_box xtd::forms::check_boxes::harddisk ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent harddisk check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ harddisk() [21/24]

static check_box xtd::forms::check_boxes::harddisk ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent harddisk check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ harddisk() [22/24]

static check_box xtd::forms::check_boxes::harddisk ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent harddisk check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ harddisk() [23/24]

static check_box xtd::forms::check_boxes::harddisk ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent harddisk check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ harddisk() [24/24]

static check_box xtd::forms::check_boxes::harddisk ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent harddisk check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::help ( )
static

Create a system-defined check_box that represent help check_box.

Returns
The created check_box.

◆ help() [2/24]

static check_box xtd::forms::check_boxes::help ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent help check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ help() [3/24]

static check_box xtd::forms::check_boxes::help ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent help check_box with specified three_state, check_state, and location.

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

◆ help() [4/24]

static check_box xtd::forms::check_boxes::help ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent help check_box with specified three_state, check_state, location, and size.

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

◆ help() [5/24]

static check_box xtd::forms::check_boxes::help ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent help check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::help ( const control parent)
static

Create a system-defined check_box that represent help check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ help() [7/24]

static check_box xtd::forms::check_boxes::help ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent help check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ help() [8/24]

static check_box xtd::forms::check_boxes::help ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent help check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ help() [9/24]

static check_box xtd::forms::check_boxes::help ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent help check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ help() [10/24]

static check_box xtd::forms::check_boxes::help ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent help check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::help ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent help check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ help() [12/24]

static check_box xtd::forms::check_boxes::help ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent help check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ help() [13/24]

static check_box xtd::forms::check_boxes::help ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent help check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ help() [14/24]

static check_box xtd::forms::check_boxes::help ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent help check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ help() [15/24]

static check_box xtd::forms::check_boxes::help ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent help check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ help() [16/24]

static check_box xtd::forms::check_boxes::help ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent help check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ help() [17/24]

static check_box xtd::forms::check_boxes::help ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent help check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::help ( const drawing::point location)
static

Create a system-defined check_box that represent help check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ help() [19/24]

static check_box xtd::forms::check_boxes::help ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent help check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ help() [20/24]

static check_box xtd::forms::check_boxes::help ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent help check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ help() [21/24]

static check_box xtd::forms::check_boxes::help ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent help check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ help() [22/24]

static check_box xtd::forms::check_boxes::help ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent help check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ help() [23/24]

static check_box xtd::forms::check_boxes::help ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent help check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ help() [24/24]

static check_box xtd::forms::check_boxes::help ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent help check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::home ( )
static

Create a system-defined check_box that represent home check_box.

Returns
The created check_box.

◆ home() [2/24]

static check_box xtd::forms::check_boxes::home ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent home check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ home() [3/24]

static check_box xtd::forms::check_boxes::home ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent home check_box with specified three_state, check_state, and location.

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

◆ home() [4/24]

static check_box xtd::forms::check_boxes::home ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent home check_box with specified three_state, check_state, location, and size.

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

◆ home() [5/24]

static check_box xtd::forms::check_boxes::home ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent home check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::home ( const control parent)
static

Create a system-defined check_box that represent home check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ home() [7/24]

static check_box xtd::forms::check_boxes::home ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent home check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ home() [8/24]

static check_box xtd::forms::check_boxes::home ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent home check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ home() [9/24]

static check_box xtd::forms::check_boxes::home ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent home check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ home() [10/24]

static check_box xtd::forms::check_boxes::home ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent home check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::home ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent home check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ home() [12/24]

static check_box xtd::forms::check_boxes::home ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent home check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ home() [13/24]

static check_box xtd::forms::check_boxes::home ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent home check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ home() [14/24]

static check_box xtd::forms::check_boxes::home ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent home check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ home() [15/24]

static check_box xtd::forms::check_boxes::home ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent home check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ home() [16/24]

static check_box xtd::forms::check_boxes::home ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent home check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ home() [17/24]

static check_box xtd::forms::check_boxes::home ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent home check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::home ( const drawing::point location)
static

Create a system-defined check_box that represent home check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ home() [19/24]

static check_box xtd::forms::check_boxes::home ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent home check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ home() [20/24]

static check_box xtd::forms::check_boxes::home ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent home check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ home() [21/24]

static check_box xtd::forms::check_boxes::home ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent home check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ home() [22/24]

static check_box xtd::forms::check_boxes::home ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent home check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ home() [23/24]

static check_box xtd::forms::check_boxes::home ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent home check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ home() [24/24]

static check_box xtd::forms::check_boxes::home ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent home check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::ignore ( )
static

Create a system-defined check_box that represent ignore check_box.

Returns
The created check_box.

◆ ignore() [2/24]

static check_box xtd::forms::check_boxes::ignore ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent ignore check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ ignore() [3/24]

static check_box xtd::forms::check_boxes::ignore ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent ignore check_box with specified three_state, check_state, and location.

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

◆ ignore() [4/24]

static check_box xtd::forms::check_boxes::ignore ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ignore check_box with specified three_state, check_state, location, and size.

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

◆ ignore() [5/24]

static check_box xtd::forms::check_boxes::ignore ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ignore check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::ignore ( const control parent)
static

Create a system-defined check_box that represent ignore check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ ignore() [7/24]

static check_box xtd::forms::check_boxes::ignore ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent ignore check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ ignore() [8/24]

static check_box xtd::forms::check_boxes::ignore ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent ignore check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ignore() [9/24]

static check_box xtd::forms::check_boxes::ignore ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ignore check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ignore() [10/24]

static check_box xtd::forms::check_boxes::ignore ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ignore check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::ignore ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent ignore check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ignore() [12/24]

static check_box xtd::forms::check_boxes::ignore ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ignore check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ignore() [13/24]

static check_box xtd::forms::check_boxes::ignore ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ignore check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ ignore() [14/24]

static check_box xtd::forms::check_boxes::ignore ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent ignore check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ ignore() [15/24]

static check_box xtd::forms::check_boxes::ignore ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent ignore check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ignore() [16/24]

static check_box xtd::forms::check_boxes::ignore ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ignore check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ignore() [17/24]

static check_box xtd::forms::check_boxes::ignore ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ignore check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::ignore ( const drawing::point location)
static

Create a system-defined check_box that represent ignore check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ignore() [19/24]

static check_box xtd::forms::check_boxes::ignore ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ignore check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ignore() [20/24]

static check_box xtd::forms::check_boxes::ignore ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ignore check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ ignore() [21/24]

static check_box xtd::forms::check_boxes::ignore ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent ignore check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ ignore() [22/24]

static check_box xtd::forms::check_boxes::ignore ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent ignore check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ignore() [23/24]

static check_box xtd::forms::check_boxes::ignore ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ignore check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ignore() [24/24]

static check_box xtd::forms::check_boxes::ignore ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ignore check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::indent ( )
static

Create a system-defined check_box that represent indent check_box.

Returns
The created check_box.

◆ indent() [2/24]

static check_box xtd::forms::check_boxes::indent ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent indent check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ indent() [3/24]

static check_box xtd::forms::check_boxes::indent ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent indent check_box with specified three_state, check_state, and location.

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

◆ indent() [4/24]

static check_box xtd::forms::check_boxes::indent ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent indent check_box with specified three_state, check_state, location, and size.

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

◆ indent() [5/24]

static check_box xtd::forms::check_boxes::indent ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent indent check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::indent ( const control parent)
static

Create a system-defined check_box that represent indent check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ indent() [7/24]

static check_box xtd::forms::check_boxes::indent ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent indent check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ indent() [8/24]

static check_box xtd::forms::check_boxes::indent ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent indent check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ indent() [9/24]

static check_box xtd::forms::check_boxes::indent ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent indent check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ indent() [10/24]

static check_box xtd::forms::check_boxes::indent ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent indent check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::indent ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent indent check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ indent() [12/24]

static check_box xtd::forms::check_boxes::indent ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent indent check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ indent() [13/24]

static check_box xtd::forms::check_boxes::indent ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent indent check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ indent() [14/24]

static check_box xtd::forms::check_boxes::indent ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent indent check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ indent() [15/24]

static check_box xtd::forms::check_boxes::indent ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent indent check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ indent() [16/24]

static check_box xtd::forms::check_boxes::indent ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent indent check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ indent() [17/24]

static check_box xtd::forms::check_boxes::indent ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent indent check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::indent ( const drawing::point location)
static

Create a system-defined check_box that represent indent check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ indent() [19/24]

static check_box xtd::forms::check_boxes::indent ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent indent check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ indent() [20/24]

static check_box xtd::forms::check_boxes::indent ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent indent check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ indent() [21/24]

static check_box xtd::forms::check_boxes::indent ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent indent check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ indent() [22/24]

static check_box xtd::forms::check_boxes::indent ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent indent check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ indent() [23/24]

static check_box xtd::forms::check_boxes::indent ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent indent check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ indent() [24/24]

static check_box xtd::forms::check_boxes::indent ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent indent check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::index ( )
static

Create a system-defined check_box that represent index check_box.

Returns
The created check_box.

◆ index() [2/24]

static check_box xtd::forms::check_boxes::index ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent index check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ index() [3/24]

static check_box xtd::forms::check_boxes::index ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent index check_box with specified three_state, check_state, and location.

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

◆ index() [4/24]

static check_box xtd::forms::check_boxes::index ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent index check_box with specified three_state, check_state, location, and size.

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

◆ index() [5/24]

static check_box xtd::forms::check_boxes::index ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent index check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::index ( const control parent)
static

Create a system-defined check_box that represent index check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ index() [7/24]

static check_box xtd::forms::check_boxes::index ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent index check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ index() [8/24]

static check_box xtd::forms::check_boxes::index ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent index check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ index() [9/24]

static check_box xtd::forms::check_boxes::index ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent index check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ index() [10/24]

static check_box xtd::forms::check_boxes::index ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent index check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::index ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent index check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ index() [12/24]

static check_box xtd::forms::check_boxes::index ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent index check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ index() [13/24]

static check_box xtd::forms::check_boxes::index ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent index check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ index() [14/24]

static check_box xtd::forms::check_boxes::index ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent index check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ index() [15/24]

static check_box xtd::forms::check_boxes::index ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent index check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ index() [16/24]

static check_box xtd::forms::check_boxes::index ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent index check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ index() [17/24]

static check_box xtd::forms::check_boxes::index ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent index check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::index ( const drawing::point location)
static

Create a system-defined check_box that represent index check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ index() [19/24]

static check_box xtd::forms::check_boxes::index ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent index check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ index() [20/24]

static check_box xtd::forms::check_boxes::index ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent index check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ index() [21/24]

static check_box xtd::forms::check_boxes::index ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent index check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ index() [22/24]

static check_box xtd::forms::check_boxes::index ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent index check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ index() [23/24]

static check_box xtd::forms::check_boxes::index ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent index check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ index() [24/24]

static check_box xtd::forms::check_boxes::index ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent index check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::info ( )
static

Create a system-defined check_box that represent info check_box.

Returns
The created check_box.

◆ info() [2/24]

static check_box xtd::forms::check_boxes::info ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent info check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ info() [3/24]

static check_box xtd::forms::check_boxes::info ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent info check_box with specified three_state, check_state, and location.

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

◆ info() [4/24]

static check_box xtd::forms::check_boxes::info ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent info check_box with specified three_state, check_state, location, and size.

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

◆ info() [5/24]

static check_box xtd::forms::check_boxes::info ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent info check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::info ( const control parent)
static

Create a system-defined check_box that represent info check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ info() [7/24]

static check_box xtd::forms::check_boxes::info ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent info check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ info() [8/24]

static check_box xtd::forms::check_boxes::info ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent info check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ info() [9/24]

static check_box xtd::forms::check_boxes::info ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent info check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ info() [10/24]

static check_box xtd::forms::check_boxes::info ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent info check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::info ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent info check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ info() [12/24]

static check_box xtd::forms::check_boxes::info ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent info check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ info() [13/24]

static check_box xtd::forms::check_boxes::info ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent info check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ info() [14/24]

static check_box xtd::forms::check_boxes::info ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent info check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ info() [15/24]

static check_box xtd::forms::check_boxes::info ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent info check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ info() [16/24]

static check_box xtd::forms::check_boxes::info ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent info check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ info() [17/24]

static check_box xtd::forms::check_boxes::info ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent info check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::info ( const drawing::point location)
static

Create a system-defined check_box that represent info check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ info() [19/24]

static check_box xtd::forms::check_boxes::info ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent info check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ info() [20/24]

static check_box xtd::forms::check_boxes::info ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent info check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ info() [21/24]

static check_box xtd::forms::check_boxes::info ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent info check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ info() [22/24]

static check_box xtd::forms::check_boxes::info ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent info check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ info() [23/24]

static check_box xtd::forms::check_boxes::info ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent info check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ info() [24/24]

static check_box xtd::forms::check_boxes::info ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent info check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::italic ( )
static

Create a system-defined check_box that represent italic check_box.

Returns
The created check_box.

◆ italic() [2/24]

static check_box xtd::forms::check_boxes::italic ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent italic check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ italic() [3/24]

static check_box xtd::forms::check_boxes::italic ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent italic check_box with specified three_state, check_state, and location.

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

◆ italic() [4/24]

static check_box xtd::forms::check_boxes::italic ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent italic check_box with specified three_state, check_state, location, and size.

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

◆ italic() [5/24]

static check_box xtd::forms::check_boxes::italic ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent italic check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::italic ( const control parent)
static

Create a system-defined check_box that represent italic check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ italic() [7/24]

static check_box xtd::forms::check_boxes::italic ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent italic check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ italic() [8/24]

static check_box xtd::forms::check_boxes::italic ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent italic check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ italic() [9/24]

static check_box xtd::forms::check_boxes::italic ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent italic check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ italic() [10/24]

static check_box xtd::forms::check_boxes::italic ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent italic check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::italic ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent italic check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ italic() [12/24]

static check_box xtd::forms::check_boxes::italic ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent italic check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ italic() [13/24]

static check_box xtd::forms::check_boxes::italic ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent italic check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ italic() [14/24]

static check_box xtd::forms::check_boxes::italic ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent italic check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ italic() [15/24]

static check_box xtd::forms::check_boxes::italic ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent italic check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ italic() [16/24]

static check_box xtd::forms::check_boxes::italic ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent italic check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ italic() [17/24]

static check_box xtd::forms::check_boxes::italic ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent italic check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::italic ( const drawing::point location)
static

Create a system-defined check_box that represent italic check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ italic() [19/24]

static check_box xtd::forms::check_boxes::italic ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent italic check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ italic() [20/24]

static check_box xtd::forms::check_boxes::italic ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent italic check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ italic() [21/24]

static check_box xtd::forms::check_boxes::italic ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent italic check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ italic() [22/24]

static check_box xtd::forms::check_boxes::italic ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent italic check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ italic() [23/24]

static check_box xtd::forms::check_boxes::italic ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent italic check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ italic() [24/24]

static check_box xtd::forms::check_boxes::italic ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent italic check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::jump_to ( )
static

Create a system-defined check_box that represent jump_to check_box.

Returns
The created check_box.

◆ jump_to() [2/24]

static check_box xtd::forms::check_boxes::jump_to ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent jump_to check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ jump_to() [3/24]

static check_box xtd::forms::check_boxes::jump_to ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent jump_to check_box with specified three_state, check_state, and location.

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

◆ jump_to() [4/24]

static check_box xtd::forms::check_boxes::jump_to ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent jump_to check_box with specified three_state, check_state, location, and size.

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

◆ jump_to() [5/24]

static check_box xtd::forms::check_boxes::jump_to ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent jump_to check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::jump_to ( const control parent)
static

Create a system-defined check_box that represent jump_to check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ jump_to() [7/24]

static check_box xtd::forms::check_boxes::jump_to ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent jump_to check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ jump_to() [8/24]

static check_box xtd::forms::check_boxes::jump_to ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent jump_to check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ jump_to() [9/24]

static check_box xtd::forms::check_boxes::jump_to ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent jump_to check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ jump_to() [10/24]

static check_box xtd::forms::check_boxes::jump_to ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent jump_to check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::jump_to ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent jump_to check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ jump_to() [12/24]

static check_box xtd::forms::check_boxes::jump_to ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent jump_to check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ jump_to() [13/24]

static check_box xtd::forms::check_boxes::jump_to ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent jump_to check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
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() [14/24]

static check_box xtd::forms::check_boxes::jump_to ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent jump_to check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ jump_to() [15/24]

static check_box xtd::forms::check_boxes::jump_to ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent jump_to check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ jump_to() [16/24]

static check_box xtd::forms::check_boxes::jump_to ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent jump_to check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ jump_to() [17/24]

static check_box xtd::forms::check_boxes::jump_to ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent jump_to check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::jump_to ( const drawing::point location)
static

Create a system-defined check_box that represent jump_to check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ jump_to() [19/24]

static check_box xtd::forms::check_boxes::jump_to ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent jump_to check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ jump_to() [20/24]

static check_box xtd::forms::check_boxes::jump_to ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent jump_to check_box with specified location, size, and name.

Parameters
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() [21/24]

static check_box xtd::forms::check_boxes::jump_to ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent jump_to check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ jump_to() [22/24]

static check_box xtd::forms::check_boxes::jump_to ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent jump_to check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ jump_to() [23/24]

static check_box xtd::forms::check_boxes::jump_to ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent jump_to check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ jump_to() [24/24]

static check_box xtd::forms::check_boxes::jump_to ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent jump_to check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::justified ( )
static

Create a system-defined check_box that represent justified check_box.

Returns
The created check_box.

◆ justified() [2/24]

static check_box xtd::forms::check_boxes::justified ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent justified check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ justified() [3/24]

static check_box xtd::forms::check_boxes::justified ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent justified check_box with specified three_state, check_state, and location.

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

◆ justified() [4/24]

static check_box xtd::forms::check_boxes::justified ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent justified check_box with specified three_state, check_state, location, and size.

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

◆ justified() [5/24]

static check_box xtd::forms::check_boxes::justified ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent justified check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::justified ( const control parent)
static

Create a system-defined check_box that represent justified check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ justified() [7/24]

static check_box xtd::forms::check_boxes::justified ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent justified check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ justified() [8/24]

static check_box xtd::forms::check_boxes::justified ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent justified check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ justified() [9/24]

static check_box xtd::forms::check_boxes::justified ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent justified check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ justified() [10/24]

static check_box xtd::forms::check_boxes::justified ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent justified check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::justified ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent justified check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ justified() [12/24]

static check_box xtd::forms::check_boxes::justified ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent justified check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ justified() [13/24]

static check_box xtd::forms::check_boxes::justified ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent justified check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ justified() [14/24]

static check_box xtd::forms::check_boxes::justified ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent justified check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ justified() [15/24]

static check_box xtd::forms::check_boxes::justified ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent justified check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ justified() [16/24]

static check_box xtd::forms::check_boxes::justified ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent justified check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ justified() [17/24]

static check_box xtd::forms::check_boxes::justified ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent justified check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::justified ( const drawing::point location)
static

Create a system-defined check_box that represent justified check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ justified() [19/24]

static check_box xtd::forms::check_boxes::justified ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent justified check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ justified() [20/24]

static check_box xtd::forms::check_boxes::justified ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent justified check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ justified() [21/24]

static check_box xtd::forms::check_boxes::justified ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent justified check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ justified() [22/24]

static check_box xtd::forms::check_boxes::justified ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent justified check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ justified() [23/24]

static check_box xtd::forms::check_boxes::justified ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent justified check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ justified() [24/24]

static check_box xtd::forms::check_boxes::justified ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent justified check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::last ( )
static

Create a system-defined check_box that represent last check_box.

Returns
The created check_box.

◆ last() [2/24]

static check_box xtd::forms::check_boxes::last ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent last check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ last() [3/24]

static check_box xtd::forms::check_boxes::last ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent last check_box with specified three_state, check_state, and location.

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

◆ last() [4/24]

static check_box xtd::forms::check_boxes::last ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent last check_box with specified three_state, check_state, location, and size.

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

◆ last() [5/24]

static check_box xtd::forms::check_boxes::last ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent last check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::last ( const control parent)
static

Create a system-defined check_box that represent last check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ last() [7/24]

static check_box xtd::forms::check_boxes::last ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent last check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ last() [8/24]

static check_box xtd::forms::check_boxes::last ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent last check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ last() [9/24]

static check_box xtd::forms::check_boxes::last ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent last check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ last() [10/24]

static check_box xtd::forms::check_boxes::last ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent last check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::last ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent last check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ last() [12/24]

static check_box xtd::forms::check_boxes::last ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent last check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ last() [13/24]

static check_box xtd::forms::check_boxes::last ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent last check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ last() [14/24]

static check_box xtd::forms::check_boxes::last ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent last check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ last() [15/24]

static check_box xtd::forms::check_boxes::last ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent last check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ last() [16/24]

static check_box xtd::forms::check_boxes::last ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent last check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ last() [17/24]

static check_box xtd::forms::check_boxes::last ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent last check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::last ( const drawing::point location)
static

Create a system-defined check_box that represent last check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ last() [19/24]

static check_box xtd::forms::check_boxes::last ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent last check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ last() [20/24]

static check_box xtd::forms::check_boxes::last ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent last check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ last() [21/24]

static check_box xtd::forms::check_boxes::last ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent last check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ last() [22/24]

static check_box xtd::forms::check_boxes::last ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent last check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ last() [23/24]

static check_box xtd::forms::check_boxes::last ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent last check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ last() [24/24]

static check_box xtd::forms::check_boxes::last ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent last check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::network ( )
static

Create a system-defined check_box that represent network check_box.

Returns
The created check_box.

◆ network() [2/24]

static check_box xtd::forms::check_boxes::network ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent network check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ network() [3/24]

static check_box xtd::forms::check_boxes::network ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent network check_box with specified three_state, check_state, and location.

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

◆ network() [4/24]

static check_box xtd::forms::check_boxes::network ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent network check_box with specified three_state, check_state, location, and size.

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

◆ network() [5/24]

static check_box xtd::forms::check_boxes::network ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent network check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::network ( const control parent)
static

Create a system-defined check_box that represent network check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ network() [7/24]

static check_box xtd::forms::check_boxes::network ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent network check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ network() [8/24]

static check_box xtd::forms::check_boxes::network ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent network check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ network() [9/24]

static check_box xtd::forms::check_boxes::network ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent network check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ network() [10/24]

static check_box xtd::forms::check_boxes::network ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent network check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::network ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent network check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ network() [12/24]

static check_box xtd::forms::check_boxes::network ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent network check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ network() [13/24]

static check_box xtd::forms::check_boxes::network ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent network check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ network() [14/24]

static check_box xtd::forms::check_boxes::network ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent network check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ network() [15/24]

static check_box xtd::forms::check_boxes::network ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent network check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ network() [16/24]

static check_box xtd::forms::check_boxes::network ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent network check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ network() [17/24]

static check_box xtd::forms::check_boxes::network ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent network check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::network ( const drawing::point location)
static

Create a system-defined check_box that represent network check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ network() [19/24]

static check_box xtd::forms::check_boxes::network ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent network check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ network() [20/24]

static check_box xtd::forms::check_boxes::network ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent network check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ network() [21/24]

static check_box xtd::forms::check_boxes::network ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent network check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ network() [22/24]

static check_box xtd::forms::check_boxes::network ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent network check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ network() [23/24]

static check_box xtd::forms::check_boxes::network ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent network check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ network() [24/24]

static check_box xtd::forms::check_boxes::network ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent network check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::new_ ( )
static

Create a system-defined check_box that represent new_ check_box.

Returns
The created check_box.

◆ new_() [2/24]

static check_box xtd::forms::check_boxes::new_ ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent new_ check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ new_() [3/24]

static check_box xtd::forms::check_boxes::new_ ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent new_ check_box with specified three_state, check_state, and location.

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

◆ new_() [4/24]

static check_box xtd::forms::check_boxes::new_ ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent new_ check_box with specified three_state, check_state, location, and size.

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

◆ new_() [5/24]

static check_box xtd::forms::check_boxes::new_ ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent new_ check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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_() [6/24]

static check_box xtd::forms::check_boxes::new_ ( const control parent)
static

Create a system-defined check_box that represent new_ check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ new_() [7/24]

static check_box xtd::forms::check_boxes::new_ ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent new_ check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ new_() [8/24]

static check_box xtd::forms::check_boxes::new_ ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent new_ check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ new_() [9/24]

static check_box xtd::forms::check_boxes::new_ ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent new_ check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ new_() [10/24]

static check_box xtd::forms::check_boxes::new_ ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent new_ check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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_() [11/24]

static check_box xtd::forms::check_boxes::new_ ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent new_ check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ new_() [12/24]

static check_box xtd::forms::check_boxes::new_ ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent new_ check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ new_() [13/24]

static check_box xtd::forms::check_boxes::new_ ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent new_ check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ new_() [14/24]

static check_box xtd::forms::check_boxes::new_ ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent new_ check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ new_() [15/24]

static check_box xtd::forms::check_boxes::new_ ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent new_ check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ new_() [16/24]

static check_box xtd::forms::check_boxes::new_ ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent new_ check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ new_() [17/24]

static check_box xtd::forms::check_boxes::new_ ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent new_ check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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_() [18/24]

static check_box xtd::forms::check_boxes::new_ ( const drawing::point location)
static

Create a system-defined check_box that represent new_ check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ new_() [19/24]

static check_box xtd::forms::check_boxes::new_ ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent new_ check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ new_() [20/24]

static check_box xtd::forms::check_boxes::new_ ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent new_ check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ new_() [21/24]

static check_box xtd::forms::check_boxes::new_ ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent new_ check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ new_() [22/24]

static check_box xtd::forms::check_boxes::new_ ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent new_ check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ new_() [23/24]

static check_box xtd::forms::check_boxes::new_ ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent new_ check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ new_() [24/24]

static check_box xtd::forms::check_boxes::new_ ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent new_ check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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.

◆ next() [1/24]

static check_box xtd::forms::check_boxes::next ( )
static

Create a system-defined check_box that represent next check_box.

Returns
The created check_box.

◆ next() [2/24]

static check_box xtd::forms::check_boxes::next ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent next check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ next() [3/24]

static check_box xtd::forms::check_boxes::next ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent next check_box with specified three_state, check_state, and location.

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

◆ next() [4/24]

static check_box xtd::forms::check_boxes::next ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent next check_box with specified three_state, check_state, location, and size.

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

◆ next() [5/24]

static check_box xtd::forms::check_boxes::next ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent next check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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.

◆ next() [6/24]

static check_box xtd::forms::check_boxes::next ( const control parent)
static

Create a system-defined check_box that represent next check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ next() [7/24]

static check_box xtd::forms::check_boxes::next ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent next check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ next() [8/24]

static check_box xtd::forms::check_boxes::next ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent next check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ next() [9/24]

static check_box xtd::forms::check_boxes::next ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent next check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ next() [10/24]

static check_box xtd::forms::check_boxes::next ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent next check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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.

◆ next() [11/24]

static check_box xtd::forms::check_boxes::next ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent next check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ next() [12/24]

static check_box xtd::forms::check_boxes::next ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent next check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ next() [13/24]

static check_box xtd::forms::check_boxes::next ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent next check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ next() [14/24]

static check_box xtd::forms::check_boxes::next ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent next check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ next() [15/24]

static check_box xtd::forms::check_boxes::next ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent next check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ next() [16/24]

static check_box xtd::forms::check_boxes::next ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent next check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ next() [17/24]

static check_box xtd::forms::check_boxes::next ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent next check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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.

◆ next() [18/24]

static check_box xtd::forms::check_boxes::next ( const drawing::point location)
static

Create a system-defined check_box that represent next check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ next() [19/24]

static check_box xtd::forms::check_boxes::next ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent next check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ next() [20/24]

static check_box xtd::forms::check_boxes::next ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent next check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ next() [21/24]

static check_box xtd::forms::check_boxes::next ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent next check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ next() [22/24]

static check_box xtd::forms::check_boxes::next ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent next check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ next() [23/24]

static check_box xtd::forms::check_boxes::next ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent next check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ next() [24/24]

static check_box xtd::forms::check_boxes::next ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent next check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::no ( )
static

Create a system-defined check_box that represent no check_box.

Returns
The created check_box.

◆ no() [2/24]

static check_box xtd::forms::check_boxes::no ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent no check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ no() [3/24]

static check_box xtd::forms::check_boxes::no ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent no check_box with specified three_state, check_state, and location.

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

◆ no() [4/24]

static check_box xtd::forms::check_boxes::no ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent no check_box with specified three_state, check_state, location, and size.

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

◆ no() [5/24]

static check_box xtd::forms::check_boxes::no ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent no check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::no ( const control parent)
static

Create a system-defined check_box that represent no check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ no() [7/24]

static check_box xtd::forms::check_boxes::no ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent no check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ no() [8/24]

static check_box xtd::forms::check_boxes::no ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent no check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ no() [9/24]

static check_box xtd::forms::check_boxes::no ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent no check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ no() [10/24]

static check_box xtd::forms::check_boxes::no ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent no check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::no ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent no check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ no() [12/24]

static check_box xtd::forms::check_boxes::no ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent no check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ no() [13/24]

static check_box xtd::forms::check_boxes::no ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent no check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ no() [14/24]

static check_box xtd::forms::check_boxes::no ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent no check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ no() [15/24]

static check_box xtd::forms::check_boxes::no ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent no check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ no() [16/24]

static check_box xtd::forms::check_boxes::no ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent no check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ no() [17/24]

static check_box xtd::forms::check_boxes::no ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent no check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::no ( const drawing::point location)
static

Create a system-defined check_box that represent no check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ no() [19/24]

static check_box xtd::forms::check_boxes::no ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent no check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ no() [20/24]

static check_box xtd::forms::check_boxes::no ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent no check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ no() [21/24]

static check_box xtd::forms::check_boxes::no ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent no check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ no() [22/24]

static check_box xtd::forms::check_boxes::no ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent no check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ no() [23/24]

static check_box xtd::forms::check_boxes::no ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent no check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ no() [24/24]

static check_box xtd::forms::check_boxes::no ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent no check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::ok ( )
static

Create a system-defined check_box that represent ok check_box.

Returns
The created check_box.

◆ ok() [2/24]

static check_box xtd::forms::check_boxes::ok ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent ok check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ ok() [3/24]

static check_box xtd::forms::check_boxes::ok ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent ok check_box with specified three_state, check_state, and location.

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

◆ ok() [4/24]

static check_box xtd::forms::check_boxes::ok ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ok check_box with specified three_state, check_state, location, and size.

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

◆ ok() [5/24]

static check_box xtd::forms::check_boxes::ok ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ok check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::ok ( const control parent)
static

Create a system-defined check_box that represent ok check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ ok() [7/24]

static check_box xtd::forms::check_boxes::ok ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent ok check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ ok() [8/24]

static check_box xtd::forms::check_boxes::ok ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent ok check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ok() [9/24]

static check_box xtd::forms::check_boxes::ok ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ok check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ok() [10/24]

static check_box xtd::forms::check_boxes::ok ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ok check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::ok ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent ok check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ok() [12/24]

static check_box xtd::forms::check_boxes::ok ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ok check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ok() [13/24]

static check_box xtd::forms::check_boxes::ok ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ok check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ ok() [14/24]

static check_box xtd::forms::check_boxes::ok ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent ok check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ ok() [15/24]

static check_box xtd::forms::check_boxes::ok ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent ok check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ok() [16/24]

static check_box xtd::forms::check_boxes::ok ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ok check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ok() [17/24]

static check_box xtd::forms::check_boxes::ok ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ok check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::ok ( const drawing::point location)
static

Create a system-defined check_box that represent ok check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ok() [19/24]

static check_box xtd::forms::check_boxes::ok ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ok check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ok() [20/24]

static check_box xtd::forms::check_boxes::ok ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ok check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ ok() [21/24]

static check_box xtd::forms::check_boxes::ok ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent ok check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ ok() [22/24]

static check_box xtd::forms::check_boxes::ok ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent ok check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ ok() [23/24]

static check_box xtd::forms::check_boxes::ok ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent ok check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ ok() [24/24]

static check_box xtd::forms::check_boxes::ok ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent ok check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::open ( )
static

Create a system-defined check_box that represent open check_box.

Returns
The created check_box.

◆ open() [2/24]

static check_box xtd::forms::check_boxes::open ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent open check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ open() [3/24]

static check_box xtd::forms::check_boxes::open ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent open check_box with specified three_state, check_state, and location.

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

◆ open() [4/24]

static check_box xtd::forms::check_boxes::open ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent open check_box with specified three_state, check_state, location, and size.

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

◆ open() [5/24]

static check_box xtd::forms::check_boxes::open ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent open check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::open ( const control parent)
static

Create a system-defined check_box that represent open check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ open() [7/24]

static check_box xtd::forms::check_boxes::open ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent open check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ open() [8/24]

static check_box xtd::forms::check_boxes::open ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent open check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ open() [9/24]

static check_box xtd::forms::check_boxes::open ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent open check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ open() [10/24]

static check_box xtd::forms::check_boxes::open ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent open check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::open ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent open check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ open() [12/24]

static check_box xtd::forms::check_boxes::open ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent open check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ open() [13/24]

static check_box xtd::forms::check_boxes::open ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent open check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ open() [14/24]

static check_box xtd::forms::check_boxes::open ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent open check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ open() [15/24]

static check_box xtd::forms::check_boxes::open ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent open check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ open() [16/24]

static check_box xtd::forms::check_boxes::open ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent open check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ open() [17/24]

static check_box xtd::forms::check_boxes::open ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent open check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::open ( const drawing::point location)
static

Create a system-defined check_box that represent open check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ open() [19/24]

static check_box xtd::forms::check_boxes::open ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent open check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ open() [20/24]

static check_box xtd::forms::check_boxes::open ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent open check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ open() [21/24]

static check_box xtd::forms::check_boxes::open ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent open check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ open() [22/24]

static check_box xtd::forms::check_boxes::open ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent open check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ open() [23/24]

static check_box xtd::forms::check_boxes::open ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent open check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ open() [24/24]

static check_box xtd::forms::check_boxes::open ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent open check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::options ( )
static

Create a system-defined check_box that represent options check_box.

Returns
The created check_box.

◆ options() [2/24]

static check_box xtd::forms::check_boxes::options ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent options check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ options() [3/24]

static check_box xtd::forms::check_boxes::options ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent options check_box with specified three_state, check_state, and location.

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

◆ options() [4/24]

static check_box xtd::forms::check_boxes::options ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent options check_box with specified three_state, check_state, location, and size.

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

◆ options() [5/24]

static check_box xtd::forms::check_boxes::options ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent options check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::options ( const control parent)
static

Create a system-defined check_box that represent options check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ options() [7/24]

static check_box xtd::forms::check_boxes::options ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent options check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ options() [8/24]

static check_box xtd::forms::check_boxes::options ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent options check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ options() [9/24]

static check_box xtd::forms::check_boxes::options ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent options check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ options() [10/24]

static check_box xtd::forms::check_boxes::options ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent options check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::options ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent options check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ options() [12/24]

static check_box xtd::forms::check_boxes::options ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent options check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ options() [13/24]

static check_box xtd::forms::check_boxes::options ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent options check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ options() [14/24]

static check_box xtd::forms::check_boxes::options ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent options check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ options() [15/24]

static check_box xtd::forms::check_boxes::options ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent options check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ options() [16/24]

static check_box xtd::forms::check_boxes::options ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent options check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ options() [17/24]

static check_box xtd::forms::check_boxes::options ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent options check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::options ( const drawing::point location)
static

Create a system-defined check_box that represent options check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ options() [19/24]

static check_box xtd::forms::check_boxes::options ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent options check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ options() [20/24]

static check_box xtd::forms::check_boxes::options ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent options check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ options() [21/24]

static check_box xtd::forms::check_boxes::options ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent options check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ options() [22/24]

static check_box xtd::forms::check_boxes::options ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent options check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ options() [23/24]

static check_box xtd::forms::check_boxes::options ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent options check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ options() [24/24]

static check_box xtd::forms::check_boxes::options ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent options check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::paste ( )
static

Create a system-defined check_box that represent paste check_box.

Returns
The created check_box.

◆ paste() [2/24]

static check_box xtd::forms::check_boxes::paste ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent paste check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ paste() [3/24]

static check_box xtd::forms::check_boxes::paste ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent paste check_box with specified three_state, check_state, and location.

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

◆ paste() [4/24]

static check_box xtd::forms::check_boxes::paste ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent paste check_box with specified three_state, check_state, location, and size.

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

◆ paste() [5/24]

static check_box xtd::forms::check_boxes::paste ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent paste check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::paste ( const control parent)
static

Create a system-defined check_box that represent paste check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ paste() [7/24]

static check_box xtd::forms::check_boxes::paste ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent paste check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ paste() [8/24]

static check_box xtd::forms::check_boxes::paste ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent paste check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ paste() [9/24]

static check_box xtd::forms::check_boxes::paste ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent paste check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ paste() [10/24]

static check_box xtd::forms::check_boxes::paste ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent paste check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::paste ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent paste check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ paste() [12/24]

static check_box xtd::forms::check_boxes::paste ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent paste check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ paste() [13/24]

static check_box xtd::forms::check_boxes::paste ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent paste check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ paste() [14/24]

static check_box xtd::forms::check_boxes::paste ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent paste check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ paste() [15/24]

static check_box xtd::forms::check_boxes::paste ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent paste check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ paste() [16/24]

static check_box xtd::forms::check_boxes::paste ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent paste check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ paste() [17/24]

static check_box xtd::forms::check_boxes::paste ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent paste check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::paste ( const drawing::point location)
static

Create a system-defined check_box that represent paste check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ paste() [19/24]

static check_box xtd::forms::check_boxes::paste ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent paste check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ paste() [20/24]

static check_box xtd::forms::check_boxes::paste ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent paste check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ paste() [21/24]

static check_box xtd::forms::check_boxes::paste ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent paste check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ paste() [22/24]

static check_box xtd::forms::check_boxes::paste ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent paste check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ paste() [23/24]

static check_box xtd::forms::check_boxes::paste ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent paste check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ paste() [24/24]

static check_box xtd::forms::check_boxes::paste ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent paste check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::preferences ( )
static

Create a system-defined check_box that represent preferences check_box.

Returns
The created check_box.

◆ preferences() [2/24]

static check_box xtd::forms::check_boxes::preferences ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent preferences check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ preferences() [3/24]

static check_box xtd::forms::check_boxes::preferences ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent preferences check_box with specified three_state, check_state, and location.

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

◆ preferences() [4/24]

static check_box xtd::forms::check_boxes::preferences ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent preferences check_box with specified three_state, check_state, location, and size.

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

◆ preferences() [5/24]

static check_box xtd::forms::check_boxes::preferences ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent preferences check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::preferences ( const control parent)
static

Create a system-defined check_box that represent preferences check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ preferences() [7/24]

static check_box xtd::forms::check_boxes::preferences ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent preferences check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ preferences() [8/24]

static check_box xtd::forms::check_boxes::preferences ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent preferences check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ preferences() [9/24]

static check_box xtd::forms::check_boxes::preferences ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent preferences check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ preferences() [10/24]

static check_box xtd::forms::check_boxes::preferences ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent preferences check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::preferences ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent preferences check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ preferences() [12/24]

static check_box xtd::forms::check_boxes::preferences ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent preferences check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ preferences() [13/24]

static check_box xtd::forms::check_boxes::preferences ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent preferences check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ preferences() [14/24]

static check_box xtd::forms::check_boxes::preferences ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent preferences check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ preferences() [15/24]

static check_box xtd::forms::check_boxes::preferences ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent preferences check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ preferences() [16/24]

static check_box xtd::forms::check_boxes::preferences ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent preferences check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ preferences() [17/24]

static check_box xtd::forms::check_boxes::preferences ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent preferences check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::preferences ( const drawing::point location)
static

Create a system-defined check_box that represent preferences check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ preferences() [19/24]

static check_box xtd::forms::check_boxes::preferences ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent preferences check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ preferences() [20/24]

static check_box xtd::forms::check_boxes::preferences ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent preferences check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ preferences() [21/24]

static check_box xtd::forms::check_boxes::preferences ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent preferences check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ preferences() [22/24]

static check_box xtd::forms::check_boxes::preferences ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent preferences check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ preferences() [23/24]

static check_box xtd::forms::check_boxes::preferences ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent preferences check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ preferences() [24/24]

static check_box xtd::forms::check_boxes::preferences ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent preferences check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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.

◆ previous() [1/24]

static check_box xtd::forms::check_boxes::previous ( )
static

Create a system-defined check_box that represent previous check_box.

Returns
The created check_box.

◆ previous() [2/24]

static check_box xtd::forms::check_boxes::previous ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent previous check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ previous() [3/24]

static check_box xtd::forms::check_boxes::previous ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent previous check_box with specified three_state, check_state, and location.

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

◆ previous() [4/24]

static check_box xtd::forms::check_boxes::previous ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent previous check_box with specified three_state, check_state, location, and size.

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

◆ previous() [5/24]

static check_box xtd::forms::check_boxes::previous ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent previous check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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.

◆ previous() [6/24]

static check_box xtd::forms::check_boxes::previous ( const control parent)
static

Create a system-defined check_box that represent previous check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ previous() [7/24]

static check_box xtd::forms::check_boxes::previous ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent previous check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ previous() [8/24]

static check_box xtd::forms::check_boxes::previous ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent previous check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ previous() [9/24]

static check_box xtd::forms::check_boxes::previous ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent previous check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ previous() [10/24]

static check_box xtd::forms::check_boxes::previous ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent previous check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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.

◆ previous() [11/24]

static check_box xtd::forms::check_boxes::previous ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent previous check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ previous() [12/24]

static check_box xtd::forms::check_boxes::previous ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent previous check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ previous() [13/24]

static check_box xtd::forms::check_boxes::previous ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent previous check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ previous() [14/24]

static check_box xtd::forms::check_boxes::previous ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent previous check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ previous() [15/24]

static check_box xtd::forms::check_boxes::previous ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent previous check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ previous() [16/24]

static check_box xtd::forms::check_boxes::previous ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent previous check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ previous() [17/24]

static check_box xtd::forms::check_boxes::previous ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent previous check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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.

◆ previous() [18/24]

static check_box xtd::forms::check_boxes::previous ( const drawing::point location)
static

Create a system-defined check_box that represent previous check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ previous() [19/24]

static check_box xtd::forms::check_boxes::previous ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent previous check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ previous() [20/24]

static check_box xtd::forms::check_boxes::previous ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent previous check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ previous() [21/24]

static check_box xtd::forms::check_boxes::previous ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent previous check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ previous() [22/24]

static check_box xtd::forms::check_boxes::previous ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent previous check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ previous() [23/24]

static check_box xtd::forms::check_boxes::previous ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent previous check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ previous() [24/24]

static check_box xtd::forms::check_boxes::previous ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent previous check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::print ( )
static

Create a system-defined check_box that represent print check_box.

Returns
The created check_box.

◆ print() [2/24]

static check_box xtd::forms::check_boxes::print ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent print check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ print() [3/24]

static check_box xtd::forms::check_boxes::print ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent print check_box with specified three_state, check_state, and location.

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

◆ print() [4/24]

static check_box xtd::forms::check_boxes::print ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent print check_box with specified three_state, check_state, location, and size.

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

◆ print() [5/24]

static check_box xtd::forms::check_boxes::print ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent print check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::print ( const control parent)
static

Create a system-defined check_box that represent print check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ print() [7/24]

static check_box xtd::forms::check_boxes::print ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent print check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ print() [8/24]

static check_box xtd::forms::check_boxes::print ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent print check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ print() [9/24]

static check_box xtd::forms::check_boxes::print ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent print check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ print() [10/24]

static check_box xtd::forms::check_boxes::print ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent print check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::print ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent print check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ print() [12/24]

static check_box xtd::forms::check_boxes::print ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent print check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ print() [13/24]

static check_box xtd::forms::check_boxes::print ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent print check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ print() [14/24]

static check_box xtd::forms::check_boxes::print ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent print check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ print() [15/24]

static check_box xtd::forms::check_boxes::print ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent print check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ print() [16/24]

static check_box xtd::forms::check_boxes::print ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent print check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ print() [17/24]

static check_box xtd::forms::check_boxes::print ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent print check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::print ( const drawing::point location)
static

Create a system-defined check_box that represent print check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ print() [19/24]

static check_box xtd::forms::check_boxes::print ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent print check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ print() [20/24]

static check_box xtd::forms::check_boxes::print ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent print check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ print() [21/24]

static check_box xtd::forms::check_boxes::print ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent print check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ print() [22/24]

static check_box xtd::forms::check_boxes::print ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent print check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ print() [23/24]

static check_box xtd::forms::check_boxes::print ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent print check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ print() [24/24]

static check_box xtd::forms::check_boxes::print ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent print check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::print_preview ( )
static

Create a system-defined check_box that represent print_preview check_box.

Returns
The created check_box.

◆ print_preview() [2/24]

static check_box xtd::forms::check_boxes::print_preview ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent print_preview check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ print_preview() [3/24]

static check_box xtd::forms::check_boxes::print_preview ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent print_preview check_box with specified three_state, check_state, and location.

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

◆ print_preview() [4/24]

static check_box xtd::forms::check_boxes::print_preview ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent print_preview check_box with specified three_state, check_state, location, and size.

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

◆ print_preview() [5/24]

static check_box xtd::forms::check_boxes::print_preview ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent print_preview check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::print_preview ( const control parent)
static

Create a system-defined check_box that represent print_preview check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ print_preview() [7/24]

static check_box xtd::forms::check_boxes::print_preview ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent print_preview check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ print_preview() [8/24]

static check_box xtd::forms::check_boxes::print_preview ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent print_preview check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ print_preview() [9/24]

static check_box xtd::forms::check_boxes::print_preview ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent print_preview check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ print_preview() [10/24]

static check_box xtd::forms::check_boxes::print_preview ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent print_preview check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::print_preview ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent print_preview check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ print_preview() [12/24]

static check_box xtd::forms::check_boxes::print_preview ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent print_preview check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ print_preview() [13/24]

static check_box xtd::forms::check_boxes::print_preview ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent print_preview check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
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() [14/24]

static check_box xtd::forms::check_boxes::print_preview ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent print_preview check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ print_preview() [15/24]

static check_box xtd::forms::check_boxes::print_preview ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent print_preview check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ print_preview() [16/24]

static check_box xtd::forms::check_boxes::print_preview ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent print_preview check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ print_preview() [17/24]

static check_box xtd::forms::check_boxes::print_preview ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent print_preview check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::print_preview ( const drawing::point location)
static

Create a system-defined check_box that represent print_preview check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ print_preview() [19/24]

static check_box xtd::forms::check_boxes::print_preview ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent print_preview check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ print_preview() [20/24]

static check_box xtd::forms::check_boxes::print_preview ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent print_preview check_box with specified location, size, and name.

Parameters
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() [21/24]

static check_box xtd::forms::check_boxes::print_preview ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent print_preview check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ print_preview() [22/24]

static check_box xtd::forms::check_boxes::print_preview ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent print_preview check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ print_preview() [23/24]

static check_box xtd::forms::check_boxes::print_preview ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent print_preview check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ print_preview() [24/24]

static check_box xtd::forms::check_boxes::print_preview ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent print_preview check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::properties ( )
static

Create a system-defined check_box that represent properties check_box.

Returns
The created check_box.

◆ properties() [2/24]

static check_box xtd::forms::check_boxes::properties ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent properties check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ properties() [3/24]

static check_box xtd::forms::check_boxes::properties ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent properties check_box with specified three_state, check_state, and location.

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

◆ properties() [4/24]

static check_box xtd::forms::check_boxes::properties ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent properties check_box with specified three_state, check_state, location, and size.

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

◆ properties() [5/24]

static check_box xtd::forms::check_boxes::properties ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent properties check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::properties ( const control parent)
static

Create a system-defined check_box that represent properties check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ properties() [7/24]

static check_box xtd::forms::check_boxes::properties ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent properties check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ properties() [8/24]

static check_box xtd::forms::check_boxes::properties ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent properties check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ properties() [9/24]

static check_box xtd::forms::check_boxes::properties ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent properties check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ properties() [10/24]

static check_box xtd::forms::check_boxes::properties ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent properties check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::properties ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent properties check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ properties() [12/24]

static check_box xtd::forms::check_boxes::properties ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent properties check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ properties() [13/24]

static check_box xtd::forms::check_boxes::properties ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent properties check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ properties() [14/24]

static check_box xtd::forms::check_boxes::properties ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent properties check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ properties() [15/24]

static check_box xtd::forms::check_boxes::properties ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent properties check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ properties() [16/24]

static check_box xtd::forms::check_boxes::properties ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent properties check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ properties() [17/24]

static check_box xtd::forms::check_boxes::properties ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent properties check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::properties ( const drawing::point location)
static

Create a system-defined check_box that represent properties check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ properties() [19/24]

static check_box xtd::forms::check_boxes::properties ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent properties check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ properties() [20/24]

static check_box xtd::forms::check_boxes::properties ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent properties check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ properties() [21/24]

static check_box xtd::forms::check_boxes::properties ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent properties check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ properties() [22/24]

static check_box xtd::forms::check_boxes::properties ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent properties check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ properties() [23/24]

static check_box xtd::forms::check_boxes::properties ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent properties check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ properties() [24/24]

static check_box xtd::forms::check_boxes::properties ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent properties check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::quit ( )
static

Create a system-defined check_box that represent quit check_box.

Returns
The created check_box.

◆ quit() [2/24]

static check_box xtd::forms::check_boxes::quit ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent quit check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ quit() [3/24]

static check_box xtd::forms::check_boxes::quit ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent quit check_box with specified three_state, check_state, and location.

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

◆ quit() [4/24]

static check_box xtd::forms::check_boxes::quit ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent quit check_box with specified three_state, check_state, location, and size.

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

◆ quit() [5/24]

static check_box xtd::forms::check_boxes::quit ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent quit check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::quit ( const control parent)
static

Create a system-defined check_box that represent quit check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ quit() [7/24]

static check_box xtd::forms::check_boxes::quit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent quit check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ quit() [8/24]

static check_box xtd::forms::check_boxes::quit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent quit check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ quit() [9/24]

static check_box xtd::forms::check_boxes::quit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent quit check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ quit() [10/24]

static check_box xtd::forms::check_boxes::quit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent quit check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::quit ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent quit check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ quit() [12/24]

static check_box xtd::forms::check_boxes::quit ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent quit check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ quit() [13/24]

static check_box xtd::forms::check_boxes::quit ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent quit check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ quit() [14/24]

static check_box xtd::forms::check_boxes::quit ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent quit check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ quit() [15/24]

static check_box xtd::forms::check_boxes::quit ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent quit check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ quit() [16/24]

static check_box xtd::forms::check_boxes::quit ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent quit check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ quit() [17/24]

static check_box xtd::forms::check_boxes::quit ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent quit check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::quit ( const drawing::point location)
static

Create a system-defined check_box that represent quit check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ quit() [19/24]

static check_box xtd::forms::check_boxes::quit ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent quit check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ quit() [20/24]

static check_box xtd::forms::check_boxes::quit ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent quit check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ quit() [21/24]

static check_box xtd::forms::check_boxes::quit ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent quit check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ quit() [22/24]

static check_box xtd::forms::check_boxes::quit ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent quit check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ quit() [23/24]

static check_box xtd::forms::check_boxes::quit ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent quit check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ quit() [24/24]

static check_box xtd::forms::check_boxes::quit ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent quit check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::redo ( )
static

Create a system-defined check_box that represent redo check_box.

Returns
The created check_box.

◆ redo() [2/24]

static check_box xtd::forms::check_boxes::redo ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent redo check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ redo() [3/24]

static check_box xtd::forms::check_boxes::redo ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent redo check_box with specified three_state, check_state, and location.

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

◆ redo() [4/24]

static check_box xtd::forms::check_boxes::redo ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent redo check_box with specified three_state, check_state, location, and size.

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

◆ redo() [5/24]

static check_box xtd::forms::check_boxes::redo ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent redo check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::redo ( const control parent)
static

Create a system-defined check_box that represent redo check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ redo() [7/24]

static check_box xtd::forms::check_boxes::redo ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent redo check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ redo() [8/24]

static check_box xtd::forms::check_boxes::redo ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent redo check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ redo() [9/24]

static check_box xtd::forms::check_boxes::redo ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent redo check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ redo() [10/24]

static check_box xtd::forms::check_boxes::redo ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent redo check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::redo ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent redo check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ redo() [12/24]

static check_box xtd::forms::check_boxes::redo ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent redo check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ redo() [13/24]

static check_box xtd::forms::check_boxes::redo ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent redo check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ redo() [14/24]

static check_box xtd::forms::check_boxes::redo ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent redo check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ redo() [15/24]

static check_box xtd::forms::check_boxes::redo ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent redo check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ redo() [16/24]

static check_box xtd::forms::check_boxes::redo ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent redo check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ redo() [17/24]

static check_box xtd::forms::check_boxes::redo ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent redo check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::redo ( const drawing::point location)
static

Create a system-defined check_box that represent redo check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ redo() [19/24]

static check_box xtd::forms::check_boxes::redo ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent redo check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ redo() [20/24]

static check_box xtd::forms::check_boxes::redo ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent redo check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ redo() [21/24]

static check_box xtd::forms::check_boxes::redo ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent redo check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ redo() [22/24]

static check_box xtd::forms::check_boxes::redo ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent redo check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ redo() [23/24]

static check_box xtd::forms::check_boxes::redo ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent redo check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ redo() [24/24]

static check_box xtd::forms::check_boxes::redo ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent redo check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::refresh ( )
static

Create a system-defined check_box that represent refresh check_box.

Returns
The created check_box.

◆ refresh() [2/24]

static check_box xtd::forms::check_boxes::refresh ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent refresh check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ refresh() [3/24]

static check_box xtd::forms::check_boxes::refresh ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent refresh check_box with specified three_state, check_state, and location.

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

◆ refresh() [4/24]

static check_box xtd::forms::check_boxes::refresh ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent refresh check_box with specified three_state, check_state, location, and size.

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

◆ refresh() [5/24]

static check_box xtd::forms::check_boxes::refresh ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent refresh check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::refresh ( const control parent)
static

Create a system-defined check_box that represent refresh check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ refresh() [7/24]

static check_box xtd::forms::check_boxes::refresh ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent refresh check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ refresh() [8/24]

static check_box xtd::forms::check_boxes::refresh ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent refresh check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ refresh() [9/24]

static check_box xtd::forms::check_boxes::refresh ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent refresh check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ refresh() [10/24]

static check_box xtd::forms::check_boxes::refresh ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent refresh check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::refresh ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent refresh check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ refresh() [12/24]

static check_box xtd::forms::check_boxes::refresh ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent refresh check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ refresh() [13/24]

static check_box xtd::forms::check_boxes::refresh ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent refresh check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ refresh() [14/24]

static check_box xtd::forms::check_boxes::refresh ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent refresh check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ refresh() [15/24]

static check_box xtd::forms::check_boxes::refresh ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent refresh check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ refresh() [16/24]

static check_box xtd::forms::check_boxes::refresh ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent refresh check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ refresh() [17/24]

static check_box xtd::forms::check_boxes::refresh ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent refresh check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::refresh ( const drawing::point location)
static

Create a system-defined check_box that represent refresh check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ refresh() [19/24]

static check_box xtd::forms::check_boxes::refresh ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent refresh check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ refresh() [20/24]

static check_box xtd::forms::check_boxes::refresh ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent refresh check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ refresh() [21/24]

static check_box xtd::forms::check_boxes::refresh ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent refresh check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ refresh() [22/24]

static check_box xtd::forms::check_boxes::refresh ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent refresh check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ refresh() [23/24]

static check_box xtd::forms::check_boxes::refresh ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent refresh check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ refresh() [24/24]

static check_box xtd::forms::check_boxes::refresh ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent refresh check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::remove ( )
static

Create a system-defined check_box that represent remove check_box.

Returns
The created check_box.

◆ remove() [2/24]

static check_box xtd::forms::check_boxes::remove ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent remove check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ remove() [3/24]

static check_box xtd::forms::check_boxes::remove ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent remove check_box with specified three_state, check_state, and location.

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

◆ remove() [4/24]

static check_box xtd::forms::check_boxes::remove ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent remove check_box with specified three_state, check_state, location, and size.

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

◆ remove() [5/24]

static check_box xtd::forms::check_boxes::remove ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent remove check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::remove ( const control parent)
static

Create a system-defined check_box that represent remove check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ remove() [7/24]

static check_box xtd::forms::check_boxes::remove ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent remove check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ remove() [8/24]

static check_box xtd::forms::check_boxes::remove ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent remove check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ remove() [9/24]

static check_box xtd::forms::check_boxes::remove ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent remove check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ remove() [10/24]

static check_box xtd::forms::check_boxes::remove ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent remove check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::remove ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent remove check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ remove() [12/24]

static check_box xtd::forms::check_boxes::remove ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent remove check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ remove() [13/24]

static check_box xtd::forms::check_boxes::remove ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent remove check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ remove() [14/24]

static check_box xtd::forms::check_boxes::remove ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent remove check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ remove() [15/24]

static check_box xtd::forms::check_boxes::remove ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent remove check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ remove() [16/24]

static check_box xtd::forms::check_boxes::remove ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent remove check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ remove() [17/24]

static check_box xtd::forms::check_boxes::remove ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent remove check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::remove ( const drawing::point location)
static

Create a system-defined check_box that represent remove check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ remove() [19/24]

static check_box xtd::forms::check_boxes::remove ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent remove check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ remove() [20/24]

static check_box xtd::forms::check_boxes::remove ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent remove check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ remove() [21/24]

static check_box xtd::forms::check_boxes::remove ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent remove check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ remove() [22/24]

static check_box xtd::forms::check_boxes::remove ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent remove check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ remove() [23/24]

static check_box xtd::forms::check_boxes::remove ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent remove check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ remove() [24/24]

static check_box xtd::forms::check_boxes::remove ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent remove check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::replace ( )
static

Create a system-defined check_box that represent replace check_box.

Returns
The created check_box.

◆ replace() [2/24]

static check_box xtd::forms::check_boxes::replace ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent replace check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ replace() [3/24]

static check_box xtd::forms::check_boxes::replace ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent replace check_box with specified three_state, check_state, and location.

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

◆ replace() [4/24]

static check_box xtd::forms::check_boxes::replace ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent replace check_box with specified three_state, check_state, location, and size.

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

◆ replace() [5/24]

static check_box xtd::forms::check_boxes::replace ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent replace check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::replace ( const control parent)
static

Create a system-defined check_box that represent replace check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ replace() [7/24]

static check_box xtd::forms::check_boxes::replace ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent replace check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ replace() [8/24]

static check_box xtd::forms::check_boxes::replace ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent replace check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ replace() [9/24]

static check_box xtd::forms::check_boxes::replace ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent replace check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ replace() [10/24]

static check_box xtd::forms::check_boxes::replace ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent replace check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::replace ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent replace check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ replace() [12/24]

static check_box xtd::forms::check_boxes::replace ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent replace check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ replace() [13/24]

static check_box xtd::forms::check_boxes::replace ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent replace check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ replace() [14/24]

static check_box xtd::forms::check_boxes::replace ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent replace check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ replace() [15/24]

static check_box xtd::forms::check_boxes::replace ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent replace check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ replace() [16/24]

static check_box xtd::forms::check_boxes::replace ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent replace check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ replace() [17/24]

static check_box xtd::forms::check_boxes::replace ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent replace check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::replace ( const drawing::point location)
static

Create a system-defined check_box that represent replace check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ replace() [19/24]

static check_box xtd::forms::check_boxes::replace ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent replace check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ replace() [20/24]

static check_box xtd::forms::check_boxes::replace ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent replace check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ replace() [21/24]

static check_box xtd::forms::check_boxes::replace ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent replace check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ replace() [22/24]

static check_box xtd::forms::check_boxes::replace ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent replace check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ replace() [23/24]

static check_box xtd::forms::check_boxes::replace ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent replace check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ replace() [24/24]

static check_box xtd::forms::check_boxes::replace ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent replace check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::retry ( )
static

Create a system-defined check_box that represent retry check_box.

Returns
The created check_box.

◆ retry() [2/24]

static check_box xtd::forms::check_boxes::retry ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent retry check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ retry() [3/24]

static check_box xtd::forms::check_boxes::retry ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent retry check_box with specified three_state, check_state, and location.

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

◆ retry() [4/24]

static check_box xtd::forms::check_boxes::retry ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent retry check_box with specified three_state, check_state, location, and size.

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

◆ retry() [5/24]

static check_box xtd::forms::check_boxes::retry ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent retry check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::retry ( const control parent)
static

Create a system-defined check_box that represent retry check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ retry() [7/24]

static check_box xtd::forms::check_boxes::retry ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent retry check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ retry() [8/24]

static check_box xtd::forms::check_boxes::retry ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent retry check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ retry() [9/24]

static check_box xtd::forms::check_boxes::retry ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent retry check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ retry() [10/24]

static check_box xtd::forms::check_boxes::retry ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent retry check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::retry ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent retry check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ retry() [12/24]

static check_box xtd::forms::check_boxes::retry ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent retry check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ retry() [13/24]

static check_box xtd::forms::check_boxes::retry ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent retry check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ retry() [14/24]

static check_box xtd::forms::check_boxes::retry ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent retry check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ retry() [15/24]

static check_box xtd::forms::check_boxes::retry ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent retry check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ retry() [16/24]

static check_box xtd::forms::check_boxes::retry ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent retry check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ retry() [17/24]

static check_box xtd::forms::check_boxes::retry ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent retry check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::retry ( const drawing::point location)
static

Create a system-defined check_box that represent retry check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ retry() [19/24]

static check_box xtd::forms::check_boxes::retry ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent retry check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ retry() [20/24]

static check_box xtd::forms::check_boxes::retry ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent retry check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ retry() [21/24]

static check_box xtd::forms::check_boxes::retry ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent retry check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ retry() [22/24]

static check_box xtd::forms::check_boxes::retry ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent retry check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ retry() [23/24]

static check_box xtd::forms::check_boxes::retry ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent retry check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ retry() [24/24]

static check_box xtd::forms::check_boxes::retry ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent retry check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( )
static

Create a system-defined check_box that represent revert_to_saved check_box.

Returns
The created check_box.

◆ revert_to_saved() [2/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ revert_to_saved() [3/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified three_state, check_state, and location.

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

◆ revert_to_saved() [4/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified three_state, check_state, location, and size.

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

◆ revert_to_saved() [5/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ revert_to_saved() [7/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ revert_to_saved() [8/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ revert_to_saved() [9/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ revert_to_saved() [10/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ revert_to_saved() [12/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ revert_to_saved() [13/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
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() [14/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ revert_to_saved() [15/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ revert_to_saved() [16/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ revert_to_saved() [17/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const drawing::point location)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ revert_to_saved() [19/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ revert_to_saved() [20/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified location, size, and name.

Parameters
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() [21/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ revert_to_saved() [22/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ revert_to_saved() [23/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ revert_to_saved() [24/24]

static check_box xtd::forms::check_boxes::revert_to_saved ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent revert_to_saved check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::save ( )
static

Create a system-defined check_box that represent save check_box.

Returns
The created check_box.

◆ save() [2/24]

static check_box xtd::forms::check_boxes::save ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent save check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ save() [3/24]

static check_box xtd::forms::check_boxes::save ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent save check_box with specified three_state, check_state, and location.

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

◆ save() [4/24]

static check_box xtd::forms::check_boxes::save ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent save check_box with specified three_state, check_state, location, and size.

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

◆ save() [5/24]

static check_box xtd::forms::check_boxes::save ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent save check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::save ( const control parent)
static

Create a system-defined check_box that represent save check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ save() [7/24]

static check_box xtd::forms::check_boxes::save ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent save check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ save() [8/24]

static check_box xtd::forms::check_boxes::save ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent save check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ save() [9/24]

static check_box xtd::forms::check_boxes::save ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent save check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ save() [10/24]

static check_box xtd::forms::check_boxes::save ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent save check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::save ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent save check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ save() [12/24]

static check_box xtd::forms::check_boxes::save ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent save check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ save() [13/24]

static check_box xtd::forms::check_boxes::save ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent save check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ save() [14/24]

static check_box xtd::forms::check_boxes::save ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent save check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ save() [15/24]

static check_box xtd::forms::check_boxes::save ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent save check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ save() [16/24]

static check_box xtd::forms::check_boxes::save ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent save check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ save() [17/24]

static check_box xtd::forms::check_boxes::save ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent save check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::save ( const drawing::point location)
static

Create a system-defined check_box that represent save check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ save() [19/24]

static check_box xtd::forms::check_boxes::save ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent save check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ save() [20/24]

static check_box xtd::forms::check_boxes::save ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent save check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ save() [21/24]

static check_box xtd::forms::check_boxes::save ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent save check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ save() [22/24]

static check_box xtd::forms::check_boxes::save ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent save check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ save() [23/24]

static check_box xtd::forms::check_boxes::save ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent save check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ save() [24/24]

static check_box xtd::forms::check_boxes::save ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent save check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::save_as ( )
static

Create a system-defined check_box that represent save_as check_box.

Returns
The created check_box.

◆ save_as() [2/24]

static check_box xtd::forms::check_boxes::save_as ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent save_as check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ save_as() [3/24]

static check_box xtd::forms::check_boxes::save_as ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent save_as check_box with specified three_state, check_state, and location.

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

◆ save_as() [4/24]

static check_box xtd::forms::check_boxes::save_as ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent save_as check_box with specified three_state, check_state, location, and size.

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

◆ save_as() [5/24]

static check_box xtd::forms::check_boxes::save_as ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent save_as check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::save_as ( const control parent)
static

Create a system-defined check_box that represent save_as check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ save_as() [7/24]

static check_box xtd::forms::check_boxes::save_as ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent save_as check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ save_as() [8/24]

static check_box xtd::forms::check_boxes::save_as ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent save_as check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ save_as() [9/24]

static check_box xtd::forms::check_boxes::save_as ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent save_as check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ save_as() [10/24]

static check_box xtd::forms::check_boxes::save_as ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent save_as check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::save_as ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent save_as check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ save_as() [12/24]

static check_box xtd::forms::check_boxes::save_as ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent save_as check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ save_as() [13/24]

static check_box xtd::forms::check_boxes::save_as ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent save_as check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
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() [14/24]

static check_box xtd::forms::check_boxes::save_as ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent save_as check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ save_as() [15/24]

static check_box xtd::forms::check_boxes::save_as ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent save_as check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ save_as() [16/24]

static check_box xtd::forms::check_boxes::save_as ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent save_as check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ save_as() [17/24]

static check_box xtd::forms::check_boxes::save_as ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent save_as check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::save_as ( const drawing::point location)
static

Create a system-defined check_box that represent save_as check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ save_as() [19/24]

static check_box xtd::forms::check_boxes::save_as ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent save_as check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ save_as() [20/24]

static check_box xtd::forms::check_boxes::save_as ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent save_as check_box with specified location, size, and name.

Parameters
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() [21/24]

static check_box xtd::forms::check_boxes::save_as ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent save_as check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ save_as() [22/24]

static check_box xtd::forms::check_boxes::save_as ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent save_as check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ save_as() [23/24]

static check_box xtd::forms::check_boxes::save_as ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent save_as check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ save_as() [24/24]

static check_box xtd::forms::check_boxes::save_as ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent save_as check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::search ( )
static

Create a system-defined check_box that represent search check_box.

Returns
The created check_box.

◆ search() [2/24]

static check_box xtd::forms::check_boxes::search ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent search check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ search() [3/24]

static check_box xtd::forms::check_boxes::search ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent search check_box with specified three_state, check_state, and location.

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

◆ search() [4/24]

static check_box xtd::forms::check_boxes::search ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent search check_box with specified three_state, check_state, location, and size.

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

◆ search() [5/24]

static check_box xtd::forms::check_boxes::search ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent search check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::search ( const control parent)
static

Create a system-defined check_box that represent search check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ search() [7/24]

static check_box xtd::forms::check_boxes::search ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent search check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ search() [8/24]

static check_box xtd::forms::check_boxes::search ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent search check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ search() [9/24]

static check_box xtd::forms::check_boxes::search ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent search check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ search() [10/24]

static check_box xtd::forms::check_boxes::search ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent search check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::search ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent search check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ search() [12/24]

static check_box xtd::forms::check_boxes::search ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent search check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ search() [13/24]

static check_box xtd::forms::check_boxes::search ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent search check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ search() [14/24]

static check_box xtd::forms::check_boxes::search ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent search check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ search() [15/24]

static check_box xtd::forms::check_boxes::search ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent search check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ search() [16/24]

static check_box xtd::forms::check_boxes::search ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent search check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ search() [17/24]

static check_box xtd::forms::check_boxes::search ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent search check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::search ( const drawing::point location)
static

Create a system-defined check_box that represent search check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ search() [19/24]

static check_box xtd::forms::check_boxes::search ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent search check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ search() [20/24]

static check_box xtd::forms::check_boxes::search ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent search check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ search() [21/24]

static check_box xtd::forms::check_boxes::search ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent search check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ search() [22/24]

static check_box xtd::forms::check_boxes::search ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent search check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ search() [23/24]

static check_box xtd::forms::check_boxes::search ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent search check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ search() [24/24]

static check_box xtd::forms::check_boxes::search ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent search check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::select_all ( )
static

Create a system-defined check_box that represent select_all check_box.

Returns
The created check_box.

◆ select_all() [2/24]

static check_box xtd::forms::check_boxes::select_all ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent select_all check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ select_all() [3/24]

static check_box xtd::forms::check_boxes::select_all ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent select_all check_box with specified three_state, check_state, and location.

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

◆ select_all() [4/24]

static check_box xtd::forms::check_boxes::select_all ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent select_all check_box with specified three_state, check_state, location, and size.

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

◆ select_all() [5/24]

static check_box xtd::forms::check_boxes::select_all ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent select_all check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::select_all ( const control parent)
static

Create a system-defined check_box that represent select_all check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ select_all() [7/24]

static check_box xtd::forms::check_boxes::select_all ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent select_all check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ select_all() [8/24]

static check_box xtd::forms::check_boxes::select_all ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent select_all check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ select_all() [9/24]

static check_box xtd::forms::check_boxes::select_all ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent select_all check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ select_all() [10/24]

static check_box xtd::forms::check_boxes::select_all ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent select_all check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::select_all ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent select_all check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ select_all() [12/24]

static check_box xtd::forms::check_boxes::select_all ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent select_all check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ select_all() [13/24]

static check_box xtd::forms::check_boxes::select_all ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent select_all check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
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() [14/24]

static check_box xtd::forms::check_boxes::select_all ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent select_all check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ select_all() [15/24]

static check_box xtd::forms::check_boxes::select_all ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent select_all check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ select_all() [16/24]

static check_box xtd::forms::check_boxes::select_all ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent select_all check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ select_all() [17/24]

static check_box xtd::forms::check_boxes::select_all ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent select_all check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::select_all ( const drawing::point location)
static

Create a system-defined check_box that represent select_all check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ select_all() [19/24]

static check_box xtd::forms::check_boxes::select_all ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent select_all check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ select_all() [20/24]

static check_box xtd::forms::check_boxes::select_all ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent select_all check_box with specified location, size, and name.

Parameters
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() [21/24]

static check_box xtd::forms::check_boxes::select_all ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent select_all check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ select_all() [22/24]

static check_box xtd::forms::check_boxes::select_all ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent select_all check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ select_all() [23/24]

static check_box xtd::forms::check_boxes::select_all ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent select_all check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ select_all() [24/24]

static check_box xtd::forms::check_boxes::select_all ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent select_all check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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.

◆ settings() [1/24]

static check_box xtd::forms::check_boxes::settings ( )
static

Create a system-defined check_box that represent settings check_box.

Returns
The created check_box.

◆ settings() [2/24]

static check_box xtd::forms::check_boxes::settings ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent settings check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ settings() [3/24]

static check_box xtd::forms::check_boxes::settings ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent settings check_box with specified three_state, check_state, and location.

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

◆ settings() [4/24]

static check_box xtd::forms::check_boxes::settings ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent settings check_box with specified three_state, check_state, location, and size.

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

◆ settings() [5/24]

static check_box xtd::forms::check_boxes::settings ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent settings check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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.

◆ settings() [6/24]

static check_box xtd::forms::check_boxes::settings ( const control parent)
static

Create a system-defined check_box that represent settings check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ settings() [7/24]

static check_box xtd::forms::check_boxes::settings ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent settings check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ settings() [8/24]

static check_box xtd::forms::check_boxes::settings ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent settings check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ settings() [9/24]

static check_box xtd::forms::check_boxes::settings ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent settings check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ settings() [10/24]

static check_box xtd::forms::check_boxes::settings ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent settings check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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.

◆ settings() [11/24]

static check_box xtd::forms::check_boxes::settings ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent settings check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ settings() [12/24]

static check_box xtd::forms::check_boxes::settings ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent settings check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ settings() [13/24]

static check_box xtd::forms::check_boxes::settings ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent settings check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ settings() [14/24]

static check_box xtd::forms::check_boxes::settings ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent settings check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ settings() [15/24]

static check_box xtd::forms::check_boxes::settings ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent settings check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ settings() [16/24]

static check_box xtd::forms::check_boxes::settings ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent settings check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ settings() [17/24]

static check_box xtd::forms::check_boxes::settings ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent settings check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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.

◆ settings() [18/24]

static check_box xtd::forms::check_boxes::settings ( const drawing::point location)
static

Create a system-defined check_box that represent settings check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ settings() [19/24]

static check_box xtd::forms::check_boxes::settings ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent settings check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ settings() [20/24]

static check_box xtd::forms::check_boxes::settings ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent settings check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ settings() [21/24]

static check_box xtd::forms::check_boxes::settings ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent settings check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ settings() [22/24]

static check_box xtd::forms::check_boxes::settings ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent settings check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ settings() [23/24]

static check_box xtd::forms::check_boxes::settings ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent settings check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ settings() [24/24]

static check_box xtd::forms::check_boxes::settings ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent settings check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::spell_check ( )
static

Create a system-defined check_box that represent spell_check check_box.

Returns
The created check_box.

◆ spell_check() [2/24]

static check_box xtd::forms::check_boxes::spell_check ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent spell_check check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ spell_check() [3/24]

static check_box xtd::forms::check_boxes::spell_check ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent spell_check check_box with specified three_state, check_state, and location.

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

◆ spell_check() [4/24]

static check_box xtd::forms::check_boxes::spell_check ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent spell_check check_box with specified three_state, check_state, location, and size.

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

◆ spell_check() [5/24]

static check_box xtd::forms::check_boxes::spell_check ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent spell_check check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::spell_check ( const control parent)
static

Create a system-defined check_box that represent spell_check check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ spell_check() [7/24]

static check_box xtd::forms::check_boxes::spell_check ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent spell_check check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ spell_check() [8/24]

static check_box xtd::forms::check_boxes::spell_check ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent spell_check check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ spell_check() [9/24]

static check_box xtd::forms::check_boxes::spell_check ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent spell_check check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ spell_check() [10/24]

static check_box xtd::forms::check_boxes::spell_check ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent spell_check check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::spell_check ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent spell_check check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ spell_check() [12/24]

static check_box xtd::forms::check_boxes::spell_check ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent spell_check check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ spell_check() [13/24]

static check_box xtd::forms::check_boxes::spell_check ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent spell_check check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
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() [14/24]

static check_box xtd::forms::check_boxes::spell_check ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent spell_check check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ spell_check() [15/24]

static check_box xtd::forms::check_boxes::spell_check ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent spell_check check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ spell_check() [16/24]

static check_box xtd::forms::check_boxes::spell_check ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent spell_check check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ spell_check() [17/24]

static check_box xtd::forms::check_boxes::spell_check ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent spell_check check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::spell_check ( const drawing::point location)
static

Create a system-defined check_box that represent spell_check check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ spell_check() [19/24]

static check_box xtd::forms::check_boxes::spell_check ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent spell_check check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ spell_check() [20/24]

static check_box xtd::forms::check_boxes::spell_check ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent spell_check check_box with specified location, size, and name.

Parameters
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() [21/24]

static check_box xtd::forms::check_boxes::spell_check ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent spell_check check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ spell_check() [22/24]

static check_box xtd::forms::check_boxes::spell_check ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent spell_check check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ spell_check() [23/24]

static check_box xtd::forms::check_boxes::spell_check ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent spell_check check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ spell_check() [24/24]

static check_box xtd::forms::check_boxes::spell_check ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent spell_check check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::stop ( )
static

Create a system-defined check_box that represent stop check_box.

Returns
The created check_box.

◆ stop() [2/24]

static check_box xtd::forms::check_boxes::stop ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent stop check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ stop() [3/24]

static check_box xtd::forms::check_boxes::stop ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent stop check_box with specified three_state, check_state, and location.

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

◆ stop() [4/24]

static check_box xtd::forms::check_boxes::stop ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent stop check_box with specified three_state, check_state, location, and size.

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

◆ stop() [5/24]

static check_box xtd::forms::check_boxes::stop ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent stop check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::stop ( const control parent)
static

Create a system-defined check_box that represent stop check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ stop() [7/24]

static check_box xtd::forms::check_boxes::stop ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent stop check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ stop() [8/24]

static check_box xtd::forms::check_boxes::stop ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent stop check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ stop() [9/24]

static check_box xtd::forms::check_boxes::stop ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent stop check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ stop() [10/24]

static check_box xtd::forms::check_boxes::stop ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent stop check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::stop ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent stop check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ stop() [12/24]

static check_box xtd::forms::check_boxes::stop ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent stop check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ stop() [13/24]

static check_box xtd::forms::check_boxes::stop ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent stop check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ stop() [14/24]

static check_box xtd::forms::check_boxes::stop ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent stop check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ stop() [15/24]

static check_box xtd::forms::check_boxes::stop ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent stop check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ stop() [16/24]

static check_box xtd::forms::check_boxes::stop ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent stop check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ stop() [17/24]

static check_box xtd::forms::check_boxes::stop ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent stop check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::stop ( const drawing::point location)
static

Create a system-defined check_box that represent stop check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ stop() [19/24]

static check_box xtd::forms::check_boxes::stop ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent stop check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ stop() [20/24]

static check_box xtd::forms::check_boxes::stop ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent stop check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ stop() [21/24]

static check_box xtd::forms::check_boxes::stop ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent stop check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ stop() [22/24]

static check_box xtd::forms::check_boxes::stop ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent stop check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ stop() [23/24]

static check_box xtd::forms::check_boxes::stop ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent stop check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ stop() [24/24]

static check_box xtd::forms::check_boxes::stop ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent stop check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::strikeout ( )
static

Create a system-defined check_box that represent strikeout check_box.

Returns
The created check_box.

◆ strikeout() [2/24]

static check_box xtd::forms::check_boxes::strikeout ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent strikeout check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ strikeout() [3/24]

static check_box xtd::forms::check_boxes::strikeout ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent strikeout check_box with specified three_state, check_state, and location.

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

◆ strikeout() [4/24]

static check_box xtd::forms::check_boxes::strikeout ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent strikeout check_box with specified three_state, check_state, location, and size.

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

◆ strikeout() [5/24]

static check_box xtd::forms::check_boxes::strikeout ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent strikeout check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::strikeout ( const control parent)
static

Create a system-defined check_box that represent strikeout check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ strikeout() [7/24]

static check_box xtd::forms::check_boxes::strikeout ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent strikeout check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ strikeout() [8/24]

static check_box xtd::forms::check_boxes::strikeout ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent strikeout check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ strikeout() [9/24]

static check_box xtd::forms::check_boxes::strikeout ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent strikeout check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ strikeout() [10/24]

static check_box xtd::forms::check_boxes::strikeout ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent strikeout check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::strikeout ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent strikeout check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ strikeout() [12/24]

static check_box xtd::forms::check_boxes::strikeout ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent strikeout check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ strikeout() [13/24]

static check_box xtd::forms::check_boxes::strikeout ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent strikeout check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ strikeout() [14/24]

static check_box xtd::forms::check_boxes::strikeout ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent strikeout check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ strikeout() [15/24]

static check_box xtd::forms::check_boxes::strikeout ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent strikeout check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ strikeout() [16/24]

static check_box xtd::forms::check_boxes::strikeout ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent strikeout check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ strikeout() [17/24]

static check_box xtd::forms::check_boxes::strikeout ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent strikeout check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::strikeout ( const drawing::point location)
static

Create a system-defined check_box that represent strikeout check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ strikeout() [19/24]

static check_box xtd::forms::check_boxes::strikeout ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent strikeout check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ strikeout() [20/24]

static check_box xtd::forms::check_boxes::strikeout ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent strikeout check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ strikeout() [21/24]

static check_box xtd::forms::check_boxes::strikeout ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent strikeout check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ strikeout() [22/24]

static check_box xtd::forms::check_boxes::strikeout ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent strikeout check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ strikeout() [23/24]

static check_box xtd::forms::check_boxes::strikeout ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent strikeout check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ strikeout() [24/24]

static check_box xtd::forms::check_boxes::strikeout ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent strikeout check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::tools ( )
static

Create a system-defined check_box that represent tools check_box.

Returns
The created check_box.

◆ tools() [2/24]

static check_box xtd::forms::check_boxes::tools ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent tools check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ tools() [3/24]

static check_box xtd::forms::check_boxes::tools ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent tools check_box with specified three_state, check_state, and location.

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

◆ tools() [4/24]

static check_box xtd::forms::check_boxes::tools ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent tools check_box with specified three_state, check_state, location, and size.

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

◆ tools() [5/24]

static check_box xtd::forms::check_boxes::tools ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent tools check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::tools ( const control parent)
static

Create a system-defined check_box that represent tools check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ tools() [7/24]

static check_box xtd::forms::check_boxes::tools ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent tools check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ tools() [8/24]

static check_box xtd::forms::check_boxes::tools ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent tools check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ tools() [9/24]

static check_box xtd::forms::check_boxes::tools ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent tools check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ tools() [10/24]

static check_box xtd::forms::check_boxes::tools ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent tools check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::tools ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent tools check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ tools() [12/24]

static check_box xtd::forms::check_boxes::tools ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent tools check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ tools() [13/24]

static check_box xtd::forms::check_boxes::tools ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent tools check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ tools() [14/24]

static check_box xtd::forms::check_boxes::tools ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent tools check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ tools() [15/24]

static check_box xtd::forms::check_boxes::tools ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent tools check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ tools() [16/24]

static check_box xtd::forms::check_boxes::tools ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent tools check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ tools() [17/24]

static check_box xtd::forms::check_boxes::tools ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent tools check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::tools ( const drawing::point location)
static

Create a system-defined check_box that represent tools check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ tools() [19/24]

static check_box xtd::forms::check_boxes::tools ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent tools check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ tools() [20/24]

static check_box xtd::forms::check_boxes::tools ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent tools check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ tools() [21/24]

static check_box xtd::forms::check_boxes::tools ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent tools check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ tools() [22/24]

static check_box xtd::forms::check_boxes::tools ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent tools check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ tools() [23/24]

static check_box xtd::forms::check_boxes::tools ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent tools check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ tools() [24/24]

static check_box xtd::forms::check_boxes::tools ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent tools check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::top ( )
static

Create a system-defined check_box that represent top check_box.

Returns
The created check_box.

◆ top() [2/24]

static check_box xtd::forms::check_boxes::top ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent top check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ top() [3/24]

static check_box xtd::forms::check_boxes::top ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent top check_box with specified three_state, check_state, and location.

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

◆ top() [4/24]

static check_box xtd::forms::check_boxes::top ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent top check_box with specified three_state, check_state, location, and size.

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

◆ top() [5/24]

static check_box xtd::forms::check_boxes::top ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent top check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::top ( const control parent)
static

Create a system-defined check_box that represent top check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ top() [7/24]

static check_box xtd::forms::check_boxes::top ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent top check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ top() [8/24]

static check_box xtd::forms::check_boxes::top ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent top check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ top() [9/24]

static check_box xtd::forms::check_boxes::top ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent top check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ top() [10/24]

static check_box xtd::forms::check_boxes::top ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent top check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::top ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent top check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ top() [12/24]

static check_box xtd::forms::check_boxes::top ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent top check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ top() [13/24]

static check_box xtd::forms::check_boxes::top ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent top check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ top() [14/24]

static check_box xtd::forms::check_boxes::top ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent top check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ top() [15/24]

static check_box xtd::forms::check_boxes::top ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent top check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ top() [16/24]

static check_box xtd::forms::check_boxes::top ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent top check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ top() [17/24]

static check_box xtd::forms::check_boxes::top ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent top check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::top ( const drawing::point location)
static

Create a system-defined check_box that represent top check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ top() [19/24]

static check_box xtd::forms::check_boxes::top ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent top check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ top() [20/24]

static check_box xtd::forms::check_boxes::top ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent top check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ top() [21/24]

static check_box xtd::forms::check_boxes::top ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent top check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ top() [22/24]

static check_box xtd::forms::check_boxes::top ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent top check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ top() [23/24]

static check_box xtd::forms::check_boxes::top ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent top check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ top() [24/24]

static check_box xtd::forms::check_boxes::top ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent top check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::undelete ( )
static

Create a system-defined check_box that represent undelete check_box.

Returns
The created check_box.

◆ undelete() [2/24]

static check_box xtd::forms::check_boxes::undelete ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent undelete check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ undelete() [3/24]

static check_box xtd::forms::check_boxes::undelete ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent undelete check_box with specified three_state, check_state, and location.

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

◆ undelete() [4/24]

static check_box xtd::forms::check_boxes::undelete ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent undelete check_box with specified three_state, check_state, location, and size.

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

◆ undelete() [5/24]

static check_box xtd::forms::check_boxes::undelete ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent undelete check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::undelete ( const control parent)
static

Create a system-defined check_box that represent undelete check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ undelete() [7/24]

static check_box xtd::forms::check_boxes::undelete ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent undelete check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ undelete() [8/24]

static check_box xtd::forms::check_boxes::undelete ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent undelete check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ undelete() [9/24]

static check_box xtd::forms::check_boxes::undelete ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent undelete check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ undelete() [10/24]

static check_box xtd::forms::check_boxes::undelete ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent undelete check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::undelete ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent undelete check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ undelete() [12/24]

static check_box xtd::forms::check_boxes::undelete ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent undelete check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ undelete() [13/24]

static check_box xtd::forms::check_boxes::undelete ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent undelete check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ undelete() [14/24]

static check_box xtd::forms::check_boxes::undelete ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent undelete check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ undelete() [15/24]

static check_box xtd::forms::check_boxes::undelete ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent undelete check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ undelete() [16/24]

static check_box xtd::forms::check_boxes::undelete ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent undelete check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ undelete() [17/24]

static check_box xtd::forms::check_boxes::undelete ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent undelete check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::undelete ( const drawing::point location)
static

Create a system-defined check_box that represent undelete check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ undelete() [19/24]

static check_box xtd::forms::check_boxes::undelete ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent undelete check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ undelete() [20/24]

static check_box xtd::forms::check_boxes::undelete ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent undelete check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ undelete() [21/24]

static check_box xtd::forms::check_boxes::undelete ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent undelete check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ undelete() [22/24]

static check_box xtd::forms::check_boxes::undelete ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent undelete check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ undelete() [23/24]

static check_box xtd::forms::check_boxes::undelete ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent undelete check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ undelete() [24/24]

static check_box xtd::forms::check_boxes::undelete ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent undelete check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::underline ( )
static

Create a system-defined check_box that represent underline check_box.

Returns
The created check_box.

◆ underline() [2/24]

static check_box xtd::forms::check_boxes::underline ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent underline check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ underline() [3/24]

static check_box xtd::forms::check_boxes::underline ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent underline check_box with specified three_state, check_state, and location.

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

◆ underline() [4/24]

static check_box xtd::forms::check_boxes::underline ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent underline check_box with specified three_state, check_state, location, and size.

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

◆ underline() [5/24]

static check_box xtd::forms::check_boxes::underline ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent underline check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::underline ( const control parent)
static

Create a system-defined check_box that represent underline check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ underline() [7/24]

static check_box xtd::forms::check_boxes::underline ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent underline check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ underline() [8/24]

static check_box xtd::forms::check_boxes::underline ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent underline check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ underline() [9/24]

static check_box xtd::forms::check_boxes::underline ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent underline check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ underline() [10/24]

static check_box xtd::forms::check_boxes::underline ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent underline check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::underline ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent underline check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ underline() [12/24]

static check_box xtd::forms::check_boxes::underline ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent underline check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ underline() [13/24]

static check_box xtd::forms::check_boxes::underline ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent underline check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ underline() [14/24]

static check_box xtd::forms::check_boxes::underline ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent underline check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ underline() [15/24]

static check_box xtd::forms::check_boxes::underline ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent underline check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ underline() [16/24]

static check_box xtd::forms::check_boxes::underline ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent underline check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ underline() [17/24]

static check_box xtd::forms::check_boxes::underline ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent underline check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::underline ( const drawing::point location)
static

Create a system-defined check_box that represent underline check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ underline() [19/24]

static check_box xtd::forms::check_boxes::underline ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent underline check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ underline() [20/24]

static check_box xtd::forms::check_boxes::underline ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent underline check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ underline() [21/24]

static check_box xtd::forms::check_boxes::underline ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent underline check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ underline() [22/24]

static check_box xtd::forms::check_boxes::underline ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent underline check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ underline() [23/24]

static check_box xtd::forms::check_boxes::underline ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent underline check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ underline() [24/24]

static check_box xtd::forms::check_boxes::underline ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent underline check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::undo ( )
static

Create a system-defined check_box that represent undo check_box.

Returns
The created check_box.

◆ undo() [2/24]

static check_box xtd::forms::check_boxes::undo ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent undo check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ undo() [3/24]

static check_box xtd::forms::check_boxes::undo ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent undo check_box with specified three_state, check_state, and location.

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

◆ undo() [4/24]

static check_box xtd::forms::check_boxes::undo ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent undo check_box with specified three_state, check_state, location, and size.

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

◆ undo() [5/24]

static check_box xtd::forms::check_boxes::undo ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent undo check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::undo ( const control parent)
static

Create a system-defined check_box that represent undo check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ undo() [7/24]

static check_box xtd::forms::check_boxes::undo ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent undo check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ undo() [8/24]

static check_box xtd::forms::check_boxes::undo ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent undo check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ undo() [9/24]

static check_box xtd::forms::check_boxes::undo ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent undo check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ undo() [10/24]

static check_box xtd::forms::check_boxes::undo ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent undo check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::undo ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent undo check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ undo() [12/24]

static check_box xtd::forms::check_boxes::undo ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent undo check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ undo() [13/24]

static check_box xtd::forms::check_boxes::undo ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent undo check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ undo() [14/24]

static check_box xtd::forms::check_boxes::undo ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent undo check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ undo() [15/24]

static check_box xtd::forms::check_boxes::undo ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent undo check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ undo() [16/24]

static check_box xtd::forms::check_boxes::undo ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent undo check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ undo() [17/24]

static check_box xtd::forms::check_boxes::undo ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent undo check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::undo ( const drawing::point location)
static

Create a system-defined check_box that represent undo check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ undo() [19/24]

static check_box xtd::forms::check_boxes::undo ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent undo check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ undo() [20/24]

static check_box xtd::forms::check_boxes::undo ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent undo check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ undo() [21/24]

static check_box xtd::forms::check_boxes::undo ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent undo check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ undo() [22/24]

static check_box xtd::forms::check_boxes::undo ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent undo check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ undo() [23/24]

static check_box xtd::forms::check_boxes::undo ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent undo check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ undo() [24/24]

static check_box xtd::forms::check_boxes::undo ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent undo check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::unindent ( )
static

Create a system-defined check_box that represent unindent check_box.

Returns
The created check_box.

◆ unindent() [2/24]

static check_box xtd::forms::check_boxes::unindent ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent unindent check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ unindent() [3/24]

static check_box xtd::forms::check_boxes::unindent ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent unindent check_box with specified three_state, check_state, and location.

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

◆ unindent() [4/24]

static check_box xtd::forms::check_boxes::unindent ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent unindent check_box with specified three_state, check_state, location, and size.

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

◆ unindent() [5/24]

static check_box xtd::forms::check_boxes::unindent ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent unindent check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::unindent ( const control parent)
static

Create a system-defined check_box that represent unindent check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ unindent() [7/24]

static check_box xtd::forms::check_boxes::unindent ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent unindent check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ unindent() [8/24]

static check_box xtd::forms::check_boxes::unindent ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent unindent check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ unindent() [9/24]

static check_box xtd::forms::check_boxes::unindent ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent unindent check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ unindent() [10/24]

static check_box xtd::forms::check_boxes::unindent ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent unindent check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::unindent ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent unindent check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ unindent() [12/24]

static check_box xtd::forms::check_boxes::unindent ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent unindent check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ unindent() [13/24]

static check_box xtd::forms::check_boxes::unindent ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent unindent check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ unindent() [14/24]

static check_box xtd::forms::check_boxes::unindent ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent unindent check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ unindent() [15/24]

static check_box xtd::forms::check_boxes::unindent ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent unindent check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ unindent() [16/24]

static check_box xtd::forms::check_boxes::unindent ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent unindent check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ unindent() [17/24]

static check_box xtd::forms::check_boxes::unindent ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent unindent check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::unindent ( const drawing::point location)
static

Create a system-defined check_box that represent unindent check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ unindent() [19/24]

static check_box xtd::forms::check_boxes::unindent ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent unindent check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ unindent() [20/24]

static check_box xtd::forms::check_boxes::unindent ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent unindent check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ unindent() [21/24]

static check_box xtd::forms::check_boxes::unindent ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent unindent check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ unindent() [22/24]

static check_box xtd::forms::check_boxes::unindent ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent unindent check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ unindent() [23/24]

static check_box xtd::forms::check_boxes::unindent ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent unindent check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ unindent() [24/24]

static check_box xtd::forms::check_boxes::unindent ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent unindent check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::up ( )
static

Create a system-defined check_box that represent up check_box.

Returns
The created check_box.

◆ up() [2/24]

static check_box xtd::forms::check_boxes::up ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent up check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ up() [3/24]

static check_box xtd::forms::check_boxes::up ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent up check_box with specified three_state, check_state, and location.

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

◆ up() [4/24]

static check_box xtd::forms::check_boxes::up ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent up check_box with specified three_state, check_state, location, and size.

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

◆ up() [5/24]

static check_box xtd::forms::check_boxes::up ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent up check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::up ( const control parent)
static

Create a system-defined check_box that represent up check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ up() [7/24]

static check_box xtd::forms::check_boxes::up ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent up check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ up() [8/24]

static check_box xtd::forms::check_boxes::up ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent up check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ up() [9/24]

static check_box xtd::forms::check_boxes::up ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent up check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ up() [10/24]

static check_box xtd::forms::check_boxes::up ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent up check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::up ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent up check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ up() [12/24]

static check_box xtd::forms::check_boxes::up ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent up check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ up() [13/24]

static check_box xtd::forms::check_boxes::up ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent up check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ up() [14/24]

static check_box xtd::forms::check_boxes::up ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent up check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ up() [15/24]

static check_box xtd::forms::check_boxes::up ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent up check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ up() [16/24]

static check_box xtd::forms::check_boxes::up ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent up check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ up() [17/24]

static check_box xtd::forms::check_boxes::up ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent up check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::up ( const drawing::point location)
static

Create a system-defined check_box that represent up check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ up() [19/24]

static check_box xtd::forms::check_boxes::up ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent up check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ up() [20/24]

static check_box xtd::forms::check_boxes::up ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent up check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ up() [21/24]

static check_box xtd::forms::check_boxes::up ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent up check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ up() [22/24]

static check_box xtd::forms::check_boxes::up ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent up check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ up() [23/24]

static check_box xtd::forms::check_boxes::up ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent up check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ up() [24/24]

static check_box xtd::forms::check_boxes::up ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent up check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::view ( )
static

Create a system-defined check_box that represent view check_box.

Returns
The created check_box.

◆ view() [2/24]

static check_box xtd::forms::check_boxes::view ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent view check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ view() [3/24]

static check_box xtd::forms::check_boxes::view ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent view check_box with specified three_state, check_state, and location.

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

◆ view() [4/24]

static check_box xtd::forms::check_boxes::view ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent view check_box with specified three_state, check_state, location, and size.

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

◆ view() [5/24]

static check_box xtd::forms::check_boxes::view ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent view check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::view ( const control parent)
static

Create a system-defined check_box that represent view check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ view() [7/24]

static check_box xtd::forms::check_boxes::view ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent view check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ view() [8/24]

static check_box xtd::forms::check_boxes::view ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent view check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ view() [9/24]

static check_box xtd::forms::check_boxes::view ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent view check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ view() [10/24]

static check_box xtd::forms::check_boxes::view ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent view check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::view ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent view check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ view() [12/24]

static check_box xtd::forms::check_boxes::view ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent view check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ view() [13/24]

static check_box xtd::forms::check_boxes::view ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent view check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ view() [14/24]

static check_box xtd::forms::check_boxes::view ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent view check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ view() [15/24]

static check_box xtd::forms::check_boxes::view ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent view check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ view() [16/24]

static check_box xtd::forms::check_boxes::view ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent view check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ view() [17/24]

static check_box xtd::forms::check_boxes::view ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent view check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::view ( const drawing::point location)
static

Create a system-defined check_box that represent view check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ view() [19/24]

static check_box xtd::forms::check_boxes::view ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent view check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ view() [20/24]

static check_box xtd::forms::check_boxes::view ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent view check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ view() [21/24]

static check_box xtd::forms::check_boxes::view ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent view check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ view() [22/24]

static check_box xtd::forms::check_boxes::view ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent view check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ view() [23/24]

static check_box xtd::forms::check_boxes::view ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent view check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ view() [24/24]

static check_box xtd::forms::check_boxes::view ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent view check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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.

◆ window() [1/24]

static check_box xtd::forms::check_boxes::window ( )
static

Create a system-defined check_box that represent window check_box.

Returns
The created check_box.

◆ window() [2/24]

static check_box xtd::forms::check_boxes::window ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent window check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ window() [3/24]

static check_box xtd::forms::check_boxes::window ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent window check_box with specified three_state, check_state, and location.

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

◆ window() [4/24]

static check_box xtd::forms::check_boxes::window ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent window check_box with specified three_state, check_state, location, and size.

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

◆ window() [5/24]

static check_box xtd::forms::check_boxes::window ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent window check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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.

◆ window() [6/24]

static check_box xtd::forms::check_boxes::window ( const control parent)
static

Create a system-defined check_box that represent window check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ window() [7/24]

static check_box xtd::forms::check_boxes::window ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent window check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ window() [8/24]

static check_box xtd::forms::check_boxes::window ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent window check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ window() [9/24]

static check_box xtd::forms::check_boxes::window ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent window check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ window() [10/24]

static check_box xtd::forms::check_boxes::window ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent window check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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.

◆ window() [11/24]

static check_box xtd::forms::check_boxes::window ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent window check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ window() [12/24]

static check_box xtd::forms::check_boxes::window ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent window check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ window() [13/24]

static check_box xtd::forms::check_boxes::window ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent window check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ window() [14/24]

static check_box xtd::forms::check_boxes::window ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent window check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ window() [15/24]

static check_box xtd::forms::check_boxes::window ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent window check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ window() [16/24]

static check_box xtd::forms::check_boxes::window ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent window check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ window() [17/24]

static check_box xtd::forms::check_boxes::window ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent window check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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.

◆ window() [18/24]

static check_box xtd::forms::check_boxes::window ( const drawing::point location)
static

Create a system-defined check_box that represent window check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ window() [19/24]

static check_box xtd::forms::check_boxes::window ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent window check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ window() [20/24]

static check_box xtd::forms::check_boxes::window ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent window check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ window() [21/24]

static check_box xtd::forms::check_boxes::window ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent window check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ window() [22/24]

static check_box xtd::forms::check_boxes::window ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent window check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ window() [23/24]

static check_box xtd::forms::check_boxes::window ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent window check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ window() [24/24]

static check_box xtd::forms::check_boxes::window ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent window check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::yes ( )
static

Create a system-defined check_box that represent yes check_box.

Returns
The created check_box.

◆ yes() [2/24]

static check_box xtd::forms::check_boxes::yes ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent yes check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ yes() [3/24]

static check_box xtd::forms::check_boxes::yes ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent yes check_box with specified three_state, check_state, and location.

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

◆ yes() [4/24]

static check_box xtd::forms::check_boxes::yes ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent yes check_box with specified three_state, check_state, location, and size.

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

◆ yes() [5/24]

static check_box xtd::forms::check_boxes::yes ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent yes check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::yes ( const control parent)
static

Create a system-defined check_box that represent yes check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ yes() [7/24]

static check_box xtd::forms::check_boxes::yes ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent yes check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ yes() [8/24]

static check_box xtd::forms::check_boxes::yes ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent yes check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ yes() [9/24]

static check_box xtd::forms::check_boxes::yes ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent yes check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ yes() [10/24]

static check_box xtd::forms::check_boxes::yes ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent yes check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::yes ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent yes check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ yes() [12/24]

static check_box xtd::forms::check_boxes::yes ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent yes check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ yes() [13/24]

static check_box xtd::forms::check_boxes::yes ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent yes check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ yes() [14/24]

static check_box xtd::forms::check_boxes::yes ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent yes check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ yes() [15/24]

static check_box xtd::forms::check_boxes::yes ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent yes check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ yes() [16/24]

static check_box xtd::forms::check_boxes::yes ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent yes check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ yes() [17/24]

static check_box xtd::forms::check_boxes::yes ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent yes check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::yes ( const drawing::point location)
static

Create a system-defined check_box that represent yes check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ yes() [19/24]

static check_box xtd::forms::check_boxes::yes ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent yes check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ yes() [20/24]

static check_box xtd::forms::check_boxes::yes ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent yes check_box with specified location, size, and name.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
nameThe name of the check_box.
Returns
The created check_box.

◆ yes() [21/24]

static check_box xtd::forms::check_boxes::yes ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent yes check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ yes() [22/24]

static check_box xtd::forms::check_boxes::yes ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent yes check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ yes() [23/24]

static check_box xtd::forms::check_boxes::yes ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent yes check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ yes() [24/24]

static check_box xtd::forms::check_boxes::yes ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent yes check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::zoom_in ( )
static

Create a system-defined check_box that represent zoom_in check_box.

Returns
The created check_box.

◆ zoom_in() [2/24]

static check_box xtd::forms::check_boxes::zoom_in ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ zoom_in() [3/24]

static check_box xtd::forms::check_boxes::zoom_in ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified three_state, check_state, and location.

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

◆ zoom_in() [4/24]

static check_box xtd::forms::check_boxes::zoom_in ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified three_state, check_state, location, and size.

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

◆ zoom_in() [5/24]

static check_box xtd::forms::check_boxes::zoom_in ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent)
static

Create a system-defined check_box that represent zoom_in check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ zoom_in() [7/24]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ zoom_in() [8/24]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_in() [9/24]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_in() [10/24]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_in() [12/24]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_in() [13/24]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
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() [14/24]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ zoom_in() [15/24]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_in() [16/24]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_in() [17/24]

static check_box xtd::forms::check_boxes::zoom_in ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::zoom_in ( const drawing::point location)
static

Create a system-defined check_box that represent zoom_in check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_in() [19/24]

static check_box xtd::forms::check_boxes::zoom_in ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_in() [20/24]

static check_box xtd::forms::check_boxes::zoom_in ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified location, size, and name.

Parameters
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() [21/24]

static check_box xtd::forms::check_boxes::zoom_in ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent zoom_in check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ zoom_in() [22/24]

static check_box xtd::forms::check_boxes::zoom_in ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_in() [23/24]

static check_box xtd::forms::check_boxes::zoom_in ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_in() [24/24]

static check_box xtd::forms::check_boxes::zoom_in ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_in check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::zoom_out ( )
static

Create a system-defined check_box that represent zoom_out check_box.

Returns
The created check_box.

◆ zoom_out() [2/24]

static check_box xtd::forms::check_boxes::zoom_out ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ zoom_out() [3/24]

static check_box xtd::forms::check_boxes::zoom_out ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified three_state, check_state, and location.

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

◆ zoom_out() [4/24]

static check_box xtd::forms::check_boxes::zoom_out ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified three_state, check_state, location, and size.

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

◆ zoom_out() [5/24]

static check_box xtd::forms::check_boxes::zoom_out ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent)
static

Create a system-defined check_box that represent zoom_out check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ zoom_out() [7/24]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ zoom_out() [8/24]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_out() [9/24]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_out() [10/24]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_out() [12/24]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_out() [13/24]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
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() [14/24]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ zoom_out() [15/24]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_out() [16/24]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_out() [17/24]

static check_box xtd::forms::check_boxes::zoom_out ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::zoom_out ( const drawing::point location)
static

Create a system-defined check_box that represent zoom_out check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_out() [19/24]

static check_box xtd::forms::check_boxes::zoom_out ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_out() [20/24]

static check_box xtd::forms::check_boxes::zoom_out ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified location, size, and name.

Parameters
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() [21/24]

static check_box xtd::forms::check_boxes::zoom_out ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent zoom_out check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ zoom_out() [22/24]

static check_box xtd::forms::check_boxes::zoom_out ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_out() [23/24]

static check_box xtd::forms::check_boxes::zoom_out ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_out() [24/24]

static check_box xtd::forms::check_boxes::zoom_out ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_out check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( )
static

Create a system-defined check_box that represent zoom_to_fit check_box.

Returns
The created check_box.

◆ zoom_to_fit() [2/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ zoom_to_fit() [3/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified three_state, check_state, and location.

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

◆ zoom_to_fit() [4/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified three_state, check_state, location, and size.

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

◆ zoom_to_fit() [5/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified three_state, check_state, location, size, and name.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::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() [6/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified parent.

Parameters
parentThe control that contains the check_box.
Returns
The created check_box.

◆ zoom_to_fit() [7/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, three_state, and check_state.

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 xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ zoom_to_fit() [8/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, three_state, check_state, and location.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_to_fit() [9/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, three_state, check_state, location, and size.

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 xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_to_fit() [10/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, three_state, check_state, location, size, and name.

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 xtd::forms::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() [11/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, and location.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_to_fit() [12/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, location, and size.

Parameters
parentThe control that contains the check_box.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_to_fit() [13/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, location, size, and name.

Parameters
parentThe control that contains the check_box.
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() [14/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ zoom_to_fit() [15/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, check_state, and location.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_to_fit() [16/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, check_state, location, and size.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_to_fit() [17/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const control parent,
xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified parent, check_state, location, size, and name.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::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() [18/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const drawing::point location)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified location.

Parameters
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_to_fit() [19/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified location, and size.

Parameters
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_to_fit() [20/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified location, size, and name.

Parameters
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() [21/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( xtd::forms::check_state  check_state)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified and check_state.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.

◆ zoom_to_fit() [22/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified check_state, and location.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
Returns
The created check_box.

◆ zoom_to_fit() [23/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified check_state, location, and size.

Parameters
check_stateOne of the xtd::forms::check_state enumeration values.
locationThe check_box location in pixels.
sizeThe check_box size in pixels.
Returns
The created check_box.

◆ zoom_to_fit() [24/24]

static check_box xtd::forms::check_boxes::zoom_to_fit ( xtd::forms::check_state  check_state,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

Create a system-defined check_box that represent zoom_to_fit check_box with specified check_state, location, size, and name.

Parameters
check_stateOne of the xtd::forms::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: