Share via


SmsFormType Enumeration

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

'Usage
Dim instance As SmsFormType

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration SmsFormType
[SerializableAttribute] 
public enum SmsFormType
[SerializableAttribute] 
public enum class SmsFormType
/** @attribute SerializableAttribute() */ 
public enum SmsFormType
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

Reference

Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsCustomDialog Class
SmsFormData Class
SmsPageControl
SmsPropertyPage
SmsTabbedDialog