Provides access to members that control the GxContentsView.
Product Availability
Available with ArcGIS Desktop.
Description
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.
Members
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 that implement IGxContentsView
CoClasses and Classes | Description |
---|---|
GxContentsView | GxView that represents the contents view. |
GxRasterCatalogContentView | The RasterCatalog content view. |
Remarks
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.