Share via


TreeViewNodeInfo Class

Represents a node in a tree view control.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Controls.TreeViewNodeInfo

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

Syntax

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

The TreeViewNodeInfo type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property ExpandedByDefault Gets or sets a value indicating whether the control is expanded by default.
Public property ImageKey Gets or sets the key for the image associated with this tree view node when the node is not selected.
Public property Nodes Gets the collection of tree nodes that are assigned to the tree view control.
Public property StateImageKey Gets or sets the key of the image used to indicate the state of the tree node.
Public property Tag Gets or sets the object that contains data about the tree view node.
Public property Text Gets or sets the text of the tree view.

Top

Methods

  Name Description
Public method CreateNode Returns a new instance of the control.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
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.