Click or drag to resize

TreeView Methods

The TreeView type exposes the following members.

Methods
  NameDescription
Protected methodGetCallback
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.)
Public methodGetNodeAt
Gets the node at a specified point from the origin of the control
Protected methodOnActivated
Raises the Activated event.
Protected methodOnCollapsed
Raises the Collapsed event.
Protected methodOnCollapsing
Raises the Collapsing event.
Protected methodOnExpanded
Raises the Expanded event.
Protected methodOnExpanding
Raises the Expanding event.
Protected methodOnLabelEdited
Raises the LabelEdited event.
Protected methodOnLabelEditing
Raises the LabelEditing event.
Protected methodOnNodeMouseClick
Raises the NodeMouseClick event.
Protected methodOnSelectionChanged
Raises the SelectionChanged event.
Public methodRefreshData
Refreshes the data, keeping the selection
Public methodRefreshItem
Refreshes the specified item and all its children, keeping the selection if not part of the refreshed nodes
Top
See Also