LinkLauncher.RemoveLink Method (Link)

 

Removes the link from the control.

Namespace:   Microsoft.WindowsServerSolutions.Common.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public void RemoveLink(
    Link link
)
public:
void RemoveLink(
    Link^ link
)
Public Sub RemoveLink (
    link As Link
)

Parameters

See Also

LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top