|
static |
A factory to create an xtd::forms::command_link_button with specified text, supplementary_text, location, size, and name.
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. |