Displays a non-modal dialog box. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim dialog As Form

DialogHelper.Show(dialog)

Syntax

Visual Basic
Public Shared Sub Show ( _
		dialog As Form _
)
C#
public static void Show (
		Form dialog
)
C++
public:
static void Show (
		Form^ dialog
)
J#
public static void Show (
		Form dialog
)
JScript
public static function Show (
		dialog : Form
)

Parameters

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