LinkLauncher.AddLink Method (Link, Image)
Adds a static link to the link launcher list.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public void AddLink(
Link link,
Image image
)
public:
void AddLink(
Link^ link,
Image^ image
)
Public Sub AddLink (
link As Link,
image As Image
)
Parameters
link
Type: Microsoft.WindowsServerSolutions.Common.Controls.LinkThe link to be added.
image
Type: System.Drawing.ImageThe image for this link.
See Also
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top