|
static |
A factory to create an xtd::forms::link_label with specified parent, text, location, size, and name.
parent | The parent that contains the new created xtd::forms::link_label. |
text | A string that represent text of the xtd::forms::link_label. |
links | A xtd::forms::link_label::link_collection that represents the links contained within the xtd::forms::link_label control. |
location | A xtd::drawing::point that represent location of the xtd::forms::link_label. |
size | A xtd::drawing::size that represent size of the xtd::forms::link_label. |
name | The name of the xtd::forms::link_label. |