Click or drag to resize

TreeNodeEx Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Dictionary.TreeNodeEx"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class TreeNodeEx : TreeNode

The TreeNodeEx type exposes the following members.

Constructors
  NameDescription
Public methodTreeNodeEx
Initializes a new instance of the TreeNodeEx class
Public methodTreeNodeEx(String)
Initializes a new instance of the TreeNodeEx class
Top
Properties
  NameDescription
Public propertyBackColor
Gets or sets the background color of the tree node.
(Inherited from TreeNode.)
Public propertyBounds
Gets the bounds of the tree node.
(Inherited from TreeNode.)
Public propertyChecked
Gets or sets a value indicating whether the tree node is in a checked state.
(Inherited from TreeNode.)
Public propertyContextMenu
Gets the shortcut menu that is associated with this tree node.
(Inherited from TreeNode.)
Public propertyContextMenuStrip
Gets or sets the shortcut menu associated with this tree node.
(Inherited from TreeNode.)
Public propertyFirstNode
Gets the first child tree node in the tree node collection.
(Inherited from TreeNode.)
Public propertyForeColor
Gets or sets the foreground color of the tree node.
(Inherited from TreeNode.)
Public propertyFullPath
Gets the path from the root tree node to the current tree node.
(Inherited from TreeNode.)
Public propertyHandle
Gets the handle of the tree node.
(Inherited from TreeNode.)
Public propertyImageIndex
Gets or sets the image list index value of the image displayed when the tree node is in the unselected state.
(Inherited from TreeNode.)
Public propertyImageKey
Gets or sets the key for the image associated with this tree node when the node is in an unselected state.
(Inherited from TreeNode.)
Public propertyIndex
Gets the position of the tree node in the tree node collection.
(Inherited from TreeNode.)
Public propertyIsEditing
Gets a value indicating whether the tree node is in an editable state.
(Inherited from TreeNode.)
Public propertyIsExpanded
Gets a value indicating whether the tree node is in the expanded state.
(Inherited from TreeNode.)
Public propertyIsSelected
Gets a value indicating whether the tree node is in the selected state.
(Inherited from TreeNode.)
Public propertyIsVisible
Gets a value indicating whether the tree node is visible or partially visible.
(Inherited from TreeNode.)
Public propertyLastNode
Gets the last child tree node.
(Inherited from TreeNode.)
Public propertyLevel
Gets the zero-based depth of the tree node in the TreeView control.
(Inherited from TreeNode.)
Public propertyName
Gets or sets the name of the tree node.
(Inherited from TreeNode.)
Public propertyNextNode
Gets the next sibling tree node.
(Inherited from TreeNode.)
Public propertyNextVisibleNode
Gets the next visible tree node.
(Inherited from TreeNode.)
Public propertyNodeFont
Gets or sets the font that is used to display the text on the tree node label.
(Inherited from TreeNode.)
Public propertyNodes
Gets the collection of TreeNode objects assigned to the current tree node.
(Inherited from TreeNode.)
Public propertyParent
Gets the parent tree node of the current tree node.
(Inherited from TreeNode.)
Public propertyPrevNode
Gets the previous sibling tree node.
(Inherited from TreeNode.)
Public propertyPrevVisibleNode
Gets the previous visible tree node.
(Inherited from TreeNode.)
Public propertySelectedImageIndex
Gets or sets the image list index value of the image that is displayed when the tree node is in the selected state.
(Inherited from TreeNode.)
Public propertySelectedImageKey
Gets or sets the key of the image displayed in the tree node when it is in a selected state.
(Inherited from TreeNode.)
Public propertyStateImageIndex
Gets or sets the index of the image that is used to indicate the state of the TreeNode when the parent TreeView has its CheckBoxes property set to false.
(Inherited from TreeNode.)
Public propertyStateImageKey
Gets or sets the key of the image that is used to indicate the state of the TreeNode when the parent TreeView has its CheckBoxes property set to false.
(Inherited from TreeNode.)
Public propertyTag
Gets or sets the object that contains data about the tree node.
(Inherited from TreeNode.)
Public propertyText
Gets or sets the text displayed in the label of the tree node.
(Inherited from TreeNode.)
Public propertyToolTipText
Gets or sets the text that appears when the mouse pointer hovers over a TreeNode.
(Inherited from TreeNode.)
Public propertyTreeView
Gets the parent tree view that the tree node is assigned to.
(Inherited from TreeNode.)
Top
Methods
  NameDescription
Public methodBeginEdit
Initiates the editing of the tree node label.
(Inherited from TreeNode.)
Public methodClone
Copies the tree node and the entire subtree rooted at this tree node.
(Inherited from TreeNode.)
Public methodCollapse
Collapses the tree node.
(Inherited from TreeNode.)
Public methodCollapse(Boolean)
Collapses the TreeNode and optionally collapses its children.
(Inherited from TreeNode.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Protected methodDeserialize
Loads the state of the TreeNode from the specified SerializationInfo.
(Inherited from TreeNode.)
Public methodEndEdit
Ends the editing of the tree node label.
(Inherited from TreeNode.)
Public methodEnsureVisible
Ensures that the tree node is visible, expanding tree nodes and scrolling the tree view control as necessary.
(Inherited from TreeNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExpand
Expands the tree node.
(Inherited from TreeNode.)
Public methodExpandAll
Expands all the child tree nodes.
(Inherited from TreeNode.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetNodeCount
Returns the number of child tree nodes.
(Inherited from TreeNode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodRemove
Removes the current tree node from the tree view control.
(Inherited from TreeNode.)
Protected methodSerialize
Saves the state of the TreeNode to the specified SerializationInfo.
(Inherited from TreeNode.)
Public methodToggle
Toggles the tree node to either the expanded or collapsed state.
(Inherited from TreeNode.)
Public methodToString (Inherited from TreeNode.)
Top
See Also