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


IGxTreeView.ExpandSelection Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CatalogUI)  

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