Displays a modeless dialog box that is owned by the specified
parent.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim parent As IWin32Window
Dim dialog As Form
DialogHelper.Show(parent, dialog)
|
Syntax
Visual Basic |
Public Shared Sub Show ( _
parent As IWin32Window, _
dialog As Form _
)
|
C# |
public static void Show (
IWin32Window parent,
Form dialog
)
|
C++ |
public:
static void Show (
IWin32Window^ parent,
Form^ dialog
)
|
J# |
public static void Show (
IWin32Window parent,
Form dialog
)
|
JScript |
public static function Show (
parent : IWin32Window,
dialog : Form
)
|
Parameters
- parent
-
[in] System.Windows.Forms.IWin32Window object for the
parent.
- dialog
-
[in] System.Windows.Forms.Form object.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also