|
static |
A factory to create a xtd::forms::light_button with specified parent, text, three_state, and check_state.
parent | The parent that contains the new created xtd::forms::light_button. |
text | A string that represent text of the xtd::forms::light_button. |
three_state | true if the check_box is able to display three check states; otherwise, false. |
check_state | One of the check_state enumeration values. |