ArcObjects Library Reference (CatalogUI)  

IGxView.Activate Method

Activates the view.

[Visual Basic .NET]
Public Sub Activate ( _
    ByVal Application As IGxApplication, _
    ByVal Catalog As IGxCatalog _
)
[C#]
public void Activate (
    IGxApplication Application,
    IGxCatalog Catalog
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxView Interface