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

◆ file() [21/24]

static toggle_button xtd::forms::toggle_buttons::file ( const control parent,
bool  three_state,
xtd::forms::check_state  check_state 
)
static

Create a system-defined toggle_button that represent file toggle_button with specified parent, three_state, and check_state.

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