|
static |
A factory to create an xtd::forms::command_link_button with specified parent, text, supplementary_text, location, size, and name.
parent | The parent that contains the new created xtd::forms::command_link_button. |
texts | A tuple of two strings that represent main text and supplementary text. |
location | A xtd::drawing::point that represent location of the xtd::forms::command_link_button. |
size | A xtd::drawing::size that represent size of the xtd::forms::command_link_button. |
name | The name of the xtd::forms::command_link_button. |