Wimark.Controls Class Library  

LinkLabel.Link Constructor

Creates a new instance of the Link class with the specified start and lenght.

Overload List

Creates a new instance of the Link class.

[Visual Basic] Public Sub New()
[C#] public LinkLabel.Link();
[C++] public: LinkLabel.Link();

Creates a new instance of the Link class with the specified start and lenght.

[Visual Basic] Public Sub New(Integer, Integer)
[C#] public LinkLabel.Link(int, int);
[C++] public: LinkLabel.Link(int, int);

Creates a new instance of the Link class with the specified start, lenght and link data.

[Visual Basic] Public Sub New(Integer, Integer, Object)
[C#] public LinkLabel.Link(int, int, object);
[C++] public: LinkLabel.Link(int, int, Object*);

See Also

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