LinkLabel::LinkCollection::Add Method (LinkLabel::Link^)

 

Adds a link with the specified value to the collection.

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

public:
int Add(
	LinkLabel::Link^ value
)

Parameters

value
Type: System.Windows.Forms::LinkLabel::Link^

A LinkLabel::Link representing the link to add.

Return Value

Type: System::Int32

The zero-based index where the link specified by the value parameter is located in the collection.

.NET Framework
Available since 2.0
Return to top
Show: