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

◆ create() [9/24]

static link_label xtd::forms::link_label::create ( const xtd::ustring text,
const link_collection links 
)
static

A factory to create an xtd::forms::link_label with specified text.

Parameters
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.
Returns
New xtd::forms::link_label created.