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