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

◆ descending() [17/24]

static check_box xtd::forms::check_boxes::descending ( const control parent,
xtd::forms::check_state  check_state 
)
static

Create a system-defined check_box that represent descending check_box with specified parent, and check_state.

Parameters
parentThe control that contains the check_box.
check_stateOne of the xtd::forms::check_state enumeration values.
Returns
The created check_box.