LinkArea(Int32, Int32) Constructor

Definition

Initializes a new instance of the LinkArea class.

public:
 LinkArea(int start, int length);
public LinkArea(int start, int length);
new System.Windows.Forms.LinkArea : int * int -> System.Windows.Forms.LinkArea
Public Sub New (start As Integer, length As Integer)

Parameters

start
Int32

The zero-based starting ___location of the link area within the text of the LinkLabel.

length
Int32

The number of characters, after the starting character, to include in the link area.

Applies to