|
static |
Create a system-defined toggle_button that represent cut toggle_button with specified parent, three_state, check_state, and location.
parent | The control that contains the toggle_button. |
three_state | true if the toggle_button is able to display three check states; otherwise, false. |
check_state | One of the xtd::forms::check_state enumeration values. |
location | The toggle_button location in pixels. |