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.
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