DBTreeView Class

Represents the database tree view.

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

Syntax

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

Remarks

This class can be used inside the tab control.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.TreeView
          Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Settings.DBTreeView

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

DBTreeView Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Settings Namespace