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