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.
Hides the progress window.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
void HideProgressWindow(
Action afterProgressWindowHidden
)
void HideProgressWindow(
Action^ afterProgressWindowHidden
)
Sub HideProgressWindow (
afterProgressWindowHidden As Action
)
Parameters
afterProgressWindowHidden
Type: System.ActionThe method that will be called after the progress window has been hidden.
Remarks
This is only available on Small Business Server 2011 Essentials.
See Also
HideProgressWindow Overload
IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top