Represents a page control in Configuration Manager 2007 that supports a limited set of management object properties.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPageControl
Syntax
'Declaration
Public Class SmsPageControl
    Inherits UserControl
public class SmsPageControl : UserControl
public ref class SmsPageControl : public UserControl
public class SmsPageControl extends UserControl
public class SmsPageControl extends UserControl
Remarks
This class inherits from the System.Windows.Forms.UserControl class that provides all the standard positioning and mnemonic-handling code that is necessary in a user control. The page control is contained in a property page, represented by SmsPropertyPage. The interface for the page control in Configuration Manager is ISmsPage.
Inheritance Hierarchy
System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Windows.Forms.Control
         System.Windows.Forms.ScrollableControl
           System.Windows.Forms.ContainerControl
             System.Windows.Forms.UserControl
              Microsoft.ConfigurationManagement.AdminConsole.SmsPageControl
                 Microsoft.ConfigurationManagement.AdminConsole.SmsExceptionPageControl
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
SmsPageControl Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ISmsPage Interface
SmsPropertyPage