|
static |
Create a system-defined check_box that represent exit check_box with specified parent, three_state, and check_state.
parent | The control that contains the 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. |