Share via


PropertySheet.ShowDialog Method

 

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

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

Overload List

Name Description
System_CAPS_pubmethod ShowDialog(CommonDialog)

Shows a common dialog modal in the property sheet window.

System_CAPS_pubmethod ShowDialog(Form)

Shows a form modal in the property sheet without delay.

System_CAPS_pubmethod ShowDialog(Form, WaitCursor)

Shows a form modal in the property sheet window with an optional wait cursor delay.

System_CAPS_pubmethod ShowDialog(MessageBoxParameters)

Shows a message box that is controlled by the specified parameters. This message box is modal to the property sheet.

See Also

PropertySheet Class
Microsoft.ManagementConsole Namespace

Return to top