Share via


DialogHelper.Show Method (Form)

Displays a non-modal dialog box.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim dialog As Form

DialogHelper.Show(dialog)

Syntax

'Declaration
Public Shared Sub Show ( _
    dialog As Form _
)
public static void Show (
    Form dialog
)
public:
static void Show (
    Form^ dialog
)
public static void Show (
    Form dialog
)
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

Reference

DialogHelper Class
DialogHelper Members
Microsoft.ConfigurationManagement.AdminConsole Namespace