com.esri.arcgis.arcmapui
Interface IContentsView3
- All Superinterfaces:
- IContentsView, IContentsView2, Serializable
- All Known Implementing Classes:
- IContentsView3Proxy
public interface IContentsView3
- extends IContentsView2, Serializable
Product Availability
Available with ArcGIS Desktop.
Methods inherited from interface com.esri.arcgis.arcmapui.IContentsView |
activate, addToSelectedItems, deactivate, getContextItem, getHWnd, getName, getSelectedItem, isShowLines, isVisible, refresh, removeFromSelectedItems, setContextItem, setProcessEvents, setSelectedItem, setShowLines, setVisible |
getBitmap
int getBitmap()
throws IOException,
AutomationException
- Bitmap shown in Table Of Contents window toolbar.
Product Availability
Available with ArcGIS Desktop.
- Returns:
- The bitmap (A COM typedef)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getTooltip
String getTooltip()
throws IOException,
AutomationException
- getTooltip
Product Availability
Available with ArcGIS Desktop.
- Returns:
- The tooltip
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.