Partager via


DialogHelper.ShowDialog Method (Control, CommonDialog)

Displays a modal dialog box that is owned by the parent form of the specified control.

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

Usage

'Usage
Dim parent As Control
Dim dialog As CommonDialog
Dim returnValue As DialogResult

returnValue = DialogHelper.ShowDialog(parent, dialog)

Syntax

'Declaration
Public Shared Function ShowDialog ( _
    parent As Control, _
    dialog As CommonDialog _
) As DialogResult
public static DialogResult ShowDialog (
    Control parent,
    CommonDialog dialog
)
public:
static DialogResult ShowDialog (
    Control^ parent, 
    CommonDialog^ dialog
)
public static DialogResult ShowDialog (
    Control parent, 
    CommonDialog dialog
)
public static function ShowDialog (
    parent : Control, 
    dialog : CommonDialog
) : DialogResult

Parameters

  • parent
    [in] System.Windows.Forms.Control object for the parent.
  • dialog
    [in] System.Windows.Forms.CommonDialog object.

Return Value

System.Windows.Forms.DialogResult enumeration value.

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