LinkLabel::Link Constructor (Int32, Int32)

 

Initializes a new instance of the LinkLabel::Link class with the specified starting location and number of characters after the starting location within the LinkLabel.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
Link(
	int start,
	int length
)

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.

.NET Framework
Available since 2.0
Return to top
Show: