Displays a modal dialog box that is owned by the property sheet for the specified page host. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim pageHost As SmsPropertyPage
Dim dialog As Form
Dim waitCursor As WaitCursor
Dim returnValue As DialogResult

returnValue = DialogHelper.ShowDialog(pageHost, dialog, waitCursor)

Syntax

Visual Basic
Public Shared Function ShowDialog ( _
		pageHost As SmsPropertyPage, _
		dialog As Form, _
		waitCursor As WaitCursor _
) As DialogResult
C#
public static DialogResult ShowDialog (
		SmsPropertyPage pageHost,
		Form dialog,
		WaitCursor waitCursor
)
C++
public:
static DialogResult ShowDialog (
		SmsPropertyPage^ pageHost, 
		Form^ dialog, 
		WaitCursor^ waitCursor
)
J#
public static DialogResult ShowDialog (
		SmsPropertyPage pageHost, 
		Form dialog, 
		WaitCursor waitCursor
)
JScript
public static function ShowDialog (
		pageHost : SmsPropertyPage, 
		dialog : Form, 
		waitCursor : WaitCursor
) : DialogResult

Parameters

pageHost

[in] SmsPropertyPage object.

dialog
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