TreeView Methods |
The TreeView type exposes the following members.
Name | Description | |
---|---|---|
GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) | |
GetNodeAt |
Gets the node at a specified point from the origin of the control
| |
OnActivated |
Raises the Activated event.
| |
OnCollapsed |
Raises the Collapsed event.
| |
OnCollapsing |
Raises the Collapsing event.
| |
OnExpanded |
Raises the Expanded event.
| |
OnExpanding |
Raises the Expanding event.
| |
OnLabelEdited |
Raises the LabelEdited event.
| |
OnLabelEditing |
Raises the LabelEditing event.
| |
OnNodeMouseClick |
Raises the NodeMouseClick event.
| |
OnSelectionChanged |
Raises the SelectionChanged event.
| |
RefreshData |
Refreshes the data, keeping the selection
| |
RefreshItem |
Refreshes the specified item and all its children, keeping the selection if not part of the refreshed nodes
|