LinkLabel::Link Constructor (Int32, Int32, Object^)
.NET Framework (current version)
Initializes a new instance of the LinkLabel::Link class with the specified starting location, number of characters after the starting location within the LinkLabel, and the data associated with the link.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- start
-
Type:
System::Int32
The zero-based starting location of the link area within the text of the LinkLabel.
- length
-
Type:
System::Int32
The number of characters, after the starting character, to include in the link area.
- linkData
-
Type:
System::Object^
The data associated with the link.
.NET Framework
Available since 2.0
Available since 2.0
Show: