ArcObjects Library Reference (CatalogUI)  

IGxViewContainer Interface

Provides access to members that control the GxViewContainer.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Method FindView Finds a view by CLSID. If recursive is true, it will return views in a container view.
Read-only property Views All Gxviews in the application.

CoClasses that implement IGxViewContainer

CoClasses and Classes Description
Application (esriArcCatalog) Esri ArcCatalog Application.
GxPreview GxView that represents the preview.

Remarks

The IGxViewContainer interface provides access to the views within the container. It is not possible to add additional views to the container through this interface. Additional views must be added by registering a component in the ESRI Gx Previews category.

.NET Related Topics

CatalogUI