DialogHelper.ShowDialog Method (Console, Form, WaitCursor)
Displays a modal dialog box that is owned by the console.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim console As Console
Dim dialog As Form
Dim waitCursor As WaitCursor
Dim returnValue As DialogResult
returnValue = DialogHelper.ShowDialog(console, dialog, waitCursor)
Syntax
'Declaration
Public Shared Function ShowDialog ( _
console As Console, _
dialog As Form, _
waitCursor As WaitCursor _
) As DialogResult
public static DialogResult ShowDialog (
Console console,
Form dialog,
WaitCursor waitCursor
)
public:
static DialogResult ShowDialog (
Console^ console,
Form^ dialog,
WaitCursor^ waitCursor
)
public static DialogResult ShowDialog (
Console console,
Form dialog,
WaitCursor waitCursor
)
public static function ShowDialog (
console : Console,
dialog : Form,
waitCursor : WaitCursor
) : DialogResult
Parameters
- Console
[in] Microsoft.ManagementConsole.Advanced.Console object that represents the console.
- Dialog
[in] System.Windows.Forms.Form object.
- waitCursor
[in] Microsoft.ManagementConsole.Advanced.WaitCursor 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