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

◆ create() [21/24]

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

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

Parameters
parentThe parent that contains the new created xtd::forms::link_label.
textA string that represent text of the xtd::forms::link_label.
Returns
New xtd::forms::link_label created.