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
link
Type: Microsoft.WindowsServerSolutions.Common.Controls.LinkThe link to remove.
See Also
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top