TreeViewData Class

Displays hierarchical data in a tree structure.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Controls.TreeViewData

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Class TreeViewData
'Usage
Dim instance As TreeViewData
public class TreeViewData
public ref class TreeViewData
type TreeViewData =  class end
public class TreeViewData

The TreeViewData type exposes the following members.

Constructors

  Name Description
Public method TreeViewData Initializes a new instance of the TreeViewData class.

Top

Properties

  Name Description
Public property Images Gets or sets the group of images to use for the control.
Public property Nodes Gets the collection of tree nodes that are assigned to the tree view control.
Public property StateImages Gets or sets the status of images to use for the control.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method InitializeTreeView Displays a hierarchical collection of labeled items, each represented by a Treenode class.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.