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

◆ link() [3/3]

xtd::forms::link::link ( size_t  start,
size_t  length,
std::any  link_data 
)

Initializes a new instance of the xtd::forms::link_label::link class with the specified starting location, number of characters after the starting location within the xtd::forms::link_label, and the data associated with the link.

Parameters
startThe zero-based starting location of the link area within the text of the xtd::forms::link_label.
lengthThe number of characters, after the starting character, to include in the link area.
link_dataThe data associated with the link.