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;
A LinkLabel.LinkCollection that represents the links in the text.
LinkLabel Class | LinkLabel Members | System.WinForms Namespace | LinkLabel.LinkCollection