|
static |
A factory to create a xtd::forms::check_box with specified parent, text, and three_state.
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. |