Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Link- The link to be added. 
- image 
 Type: System.Drawing.Image- The image for this link. 
See Also
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top