Wimark.Controls Class Library  

LinkLabel.LinkCollection.Add(Int32, Int32) Method

Adds a Link object to the end of the collection.

[Visual Basic]
Overloads Public Function Add( _
   ByVal start As Integer, _
   ByVal length As Integer _
) As LinkLabel.Link 
[C#]
public LinkLabel.Link Add( 
   int start, 
   int length 
);
[C++]
public: LinkLabel.Link* Add( 
   int start, 
   int length 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

LinkLabel.LinkCollection Class | LinkLabel.LinkCollection Members | Wimark.Controls Namespace