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


IGxTreeView.ExpandSelection Method (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 > IGxTreeView.ExpandSelection Method
ArcGIS Developer Help

IGxTreeView.ExpandSelection Method

Instructs the tree view to expand the current selection.

[Visual Basic .NET]
Public Sub ExpandSelection ( _
    ByVal Selection As IGxSelection _
)
[C#]
public void ExpandSelection (
    IGxSelection Selection
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxTreeView Interface