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

◆ align_right() [22/24]

static check_box xtd::forms::check_boxes::align_right ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state,
const drawing::point location 
)
static

Create a system-defined check_box that represent align_right check_box with specified parent, three_state, check_state, and location.

Parameters
parentThe control that contains the check_box.
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.
locationThe check_box location in pixels.
Returns
The created check_box.