xtd 0.2.0
Loading...
Searching...
No Matches

◆ down() [9/24]

static check_box xtd::forms::check_boxes::down ( bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent down check_box with specified three_state, and check_state.

Parameters
three_statetrue if the check_box is able to display three check states; otherwise, false.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.