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

Visual Basic
Dim instance As SmsFormViewControlBase

Syntax

Visual Basic
Public Class SmsFormViewControlBase
		Inherits UserControl
		Implements IFormViewControl
C#
public class SmsFormViewControlBase : UserControl, IFormViewControl
C++
public ref class SmsFormViewControlBase : public UserControl, IFormViewControl
J#
public class SmsFormViewControlBase extends UserControl implements IFormViewControl
JScript
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