ArcObjects Library Reference (CatalogUI)  

IGxTreeView Interface

Provides access to members that control the GxTreeView.

Product Availability

Available with ArcGIS Desktop.

Members

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.

CoClasses that implement IGxTreeView

CoClasses and 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.

.NET Related Topics

CatalogUI