Console.ShowDialog Method

 

This member is overloaded. For more information about this member, including syntax, click a name in the overload list.

Namespace:   Microsoft.ManagementConsole.Advanced
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Overload List

Name Description
System_CAPS_pubmethod ShowDialog(CommonDialog)

Shows a common dialog modal to the MMC console window.

System_CAPS_pubmethod ShowDialog(Form)

Shows a Windows Form modal to the MMC console window.

System_CAPS_pubmethod ShowDialog(Form, WaitCursor)

Shows a Form modal to the MMC console window with an optional delay to show the wait cursor.

System_CAPS_pubmethod ShowDialog(MessageBoxParameters)

Shows a message box modal the MMC console window using the parameters specified.

See Also

Console Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top