NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LinkLabel.Links

Gets the collection of links used in a LinkLabel.

[Visual Basic]
Public ReadOnly Property Links As LinkLabel.LinkCollection
[C#]
public LinkLabel.LinkCollection Links {get;}
[C++]
public: __property LinkLabel.LinkCollection* get_Links();
[JScript]
public function get Links() : LinkLabel.LinkCollection;

Property Value

A LinkLabel.LinkCollection that represents the links in the text.

See Also

LinkLabel Class | LinkLabel Members | System.WinForms Namespace | LinkLabel.LinkCollection