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 dialog modal to the current thread.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void ShowDialog(
IWin32Window owner
)
public:
void ShowDialog(
IWin32Window^ owner
)
member ShowDialog :
owner:IWin32Window -> unit
Public Sub ShowDialog (
owner As IWin32Window
)
Parameters
owner
Type: System.Windows.Forms.IWin32WindowThe owner window.
Remarks
Note
Call CompleteDialog on another thread to return from the dialog.
See Also
ShowDialog Overload
WaitDialog Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top