This document is archived and information here might be outdated.  Recommended version.


IGxTreeView Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxTreeView Interface
ArcGIS Developer Help

IGxTreeView Interface

Provides access to members that control the GxTreeView.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method BeginRename Starts a rename operation on the current selection.
Method EnsureVisible Ensures that the current selection is visible, scrolling/expanding if necessary.
Method ExpandSelection Instructs the tree view to expand the current selection.

Classes that implement IGxTreeView

Classes Description
GxTreeView GxView that represents the tree view.

Remarks

The IGxTreeView interface is implemented only by the GxTreeView object and provides the ability to manipulate the select object in tree view. Through this interface the developer can begin a rename process, ensure the visibility of the object, or expand the node in the tree view.