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::string 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.hpp: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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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::string &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