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.
start | The zero-based starting location of the link area within the text of the xtd::forms::link_label. |
length | The number of characters, after the starting character, to include in the link area. |
link_data | The data associated with the link. |