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.
Shows the progress window.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
void ShowProgressWindow(
string titleText,
string description
)
void ShowProgressWindow(
String^ titleText,
String^ description
)
Sub ShowProgressWindow (
titleText As String,
description As String
)
Parameters
titleText
Type: System.StringThe caption for the progress window.
description
Type: System.StringThe description for the operation.
Remarks
This is only available on Small Business Server 2011 Essentials.
See Also
IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top