|
static |
A factory to create a xtd::forms::light_button with specified parent, text, check_state, location, size, and name.
parent | The parent that contains the new created xtd::forms::light_button. |
text | A string that represent text of the xtd::forms::light_button. |
check_state | One of the check_state enumeration values. |
location | A xtd::drawing::point that represent location of the xtd::forms::light_button. |
size | A xtd::drawing::size that represent size of the xtd::forms::light_button. |
name | The name of the xtd::forms::light_button. |