LocalizableLinkLabel.Links Property
Gets or sets the collection of links that are contained in the LinkLabel control.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Links As LinkLabel..::..LinkCollection
Get
Set
'Usage
Dim instance As LocalizableLinkLabel
Dim value As LinkLabel..::..LinkCollection
value = instance.Links
instance.Links = value
[BrowsableAttribute(false)]
public LinkLabel..::..LinkCollection Links { get; set; }
[BrowsableAttribute(false)]
public:
property LinkLabel..::..LinkCollection^ Links {
LinkLabel..::..LinkCollection^ get ();
void set (LinkLabel..::..LinkCollection^ value);
}
[<BrowsableAttribute(false)>]
member Links : LinkLabel..::..LinkCollection with get, set
function get Links () : LinkLabel..::..LinkCollection
function set Links (value : LinkLabel..::..LinkCollection)
Property Value
Type: System.Windows.Forms.LinkLabel.LinkCollection
The links that are contained in the control.