xtd 0.2.0
Loading...
Searching...
No Matches

◆ create() [22/24]

static link_label xtd::forms::link_label::create ( const control parent,
const xtd::ustring text,
const link_collection links,
const drawing::point location 
)
static

A factory to create an xtd::forms::link_label with specified parent, text, and location.

Parameters
parentThe parent that contains the new created xtd::forms::link_label.
textA string that represent text of the xtd::forms::link_label.
linksA xtd::forms::link_label::link_collection that represents the links contained within the xtd::forms::link_label control.
locationA xtd::drawing::point that represent location of the xtd::forms::link_label.
Returns
New xtd::forms::link_label created.