|
static |
A factory to create a xtd::forms::check_box with specified parent, text, three_state, check_state, and location.
parent | The parent that contains the new created xtd::forms::check_box. |
text | A string that represent text of the xtd::forms::check_box. |
three_state | true if the check_box is able to display three check states; otherwise, false. |
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. |