Freigeben über


SmsFormViewControlBase Class

Serves as the base class for all form view controls in Configuration Manager 2007. This class supports the Configuration Manager infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SmsFormViewControlBase

Syntax

'Declaration
Public Class SmsFormViewControlBase
    Inherits UserControl
    Implements IFormViewControl
public class SmsFormViewControlBase : UserControl, IFormViewControl
public ref class SmsFormViewControlBase : public UserControl, IFormViewControl
public class SmsFormViewControlBase extends UserControl implements IFormViewControl
public class SmsFormViewControlBase extends UserControl implements IFormViewControl

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 class also inherits from the Microsoft.ManagementConsole.IFormViewControl interface to allow it to run in a Microsoft Management Console form view. The class that supports the form view control in Configuration Manager is SmsFormViewBase.

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.SmsFormViewControlBase

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

SmsFormViewControlBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsFormViewBase Class

Other Resources

Configuration Manager Console Views
How to Create a Configuration Manager Console View