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

See Also

LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top