|
static |
A factory to create a xtd::forms::check_box with specified parent, text, check_state, location, size, and name.
parent | The parent that contains the new created xtd::forms::check_box. |
text | A string that represent text of the xtd::forms::check_box. |
check_state | One of the xtd::forms::check_state enumeration values. |
location | A xtd::drawing::point that represent location of the xtd::forms::check_box. |
size | A xtd::drawing::size that represent size of the xtd::forms::check_box. |
name | The name of the xtd::forms::check_box. |