This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxContentsView Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the GxContentsView.
The IGxContentsView interface is implemented by the GxContentsView object. It provides the ability to change how users interact with a view of that type. What types of files are displayed, how they are displayed, and whether more than one can be selected at a time are all controlled through the interface.
Description | ||
---|---|---|
AllowMultiSelect | Indicates if multiple objects can be selected. | |
BeginRename | Starts a rename operation on the current selection. | |
DisplayStyle | The current display style. | |
ObjectFilter | The object filter used for controlling what objects are displayed. |
CoClasses and Classes | Description |
---|---|
GxContentsView | GxView that represents the contents view. |
GxRasterCatalogContentView | The RasterCatalog content view. |
The IGxContentsView interface is implemented only by the GxContentsView object and provides the ability to change how users interact with a view of that type. What types of files are displayed, how they are displayed, and whether more than one can be selected at a time are all controlled through the interface.