BaseEditorControl Class

The base class for all the editor pane controls.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Class BaseEditorControl _
    Inherits UserControl
'Usage
Dim instance As BaseEditorControl
public class BaseEditorControl : UserControl
public ref class BaseEditorControl : public UserControl
public class BaseEditorControl extends UserControl
type BaseEditorControl =  
    class
        inherit UserControl
    end

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.VisualStudio.Data.Schema.Project.Common.UI.BaseEditorControl
                Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors.BaseCompareEditorControl

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.

See Also

Reference

BaseEditorControl Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace