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