This document is archived and information here might be outdated. Recommended version. |
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.
Name | 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. |
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.