WaitDialog.ShowDialog Method (IWin32Window)
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