DialogHelper.Show Method (SmsPropertyPage, Form)
Displays a modeless 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
'Usage
Dim pageHost As SmsPropertyPage
Dim dialog As Form
DialogHelper.Show(pageHost, dialog)
Syntax
'Declaration
Public Shared Sub Show ( _
pageHost As SmsPropertyPage, _
dialog As Form _
)
public static void Show (
SmsPropertyPage pageHost,
Form dialog
)
public:
static void Show (
SmsPropertyPage^ pageHost,
Form^ dialog
)
public static void Show (
SmsPropertyPage pageHost,
Form dialog
)
public static function Show (
pageHost : SmsPropertyPage,
dialog : Form
)
Parameters
- pageHost
[in] SmsPropertyPage object.
- 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
SmsPropertyPage