Defines the types of forms that can host SmsPageControl objects in Configuration Manager 2007. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsFormType

Syntax

Visual Basic
<SerializableAttribute> _
Public Enumeration SmsFormType
C#
[SerializableAttribute] 
public enum SmsFormType
C++
[SerializableAttribute] 
public enum class SmsFormType
J#
/** @attribute SerializableAttribute() */ 
public enum SmsFormType
JScript
SerializableAttribute 
public enum SmsFormType

Members

Member name Description
CustomDialog Custom dialog box form. For more information, see SmsCustomDialog.
PropertySheet Property sheet form. For more information, see SmsPropertyPage.
TabbedDialog Tabbed dialog box form. For more information, see SmsTabbedDialog.
Unknown Unknown form.
Wizard Wizard form.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also