This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > ID > IDockableWindowImageDef Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that define a dockable window's image.
A dockable window can have an image which will appear on the tab when the dockable window is unpinned or grouped.
To support images on dockabe windows, you would implement IDockableWindowImageDef on the object that implents IDockableWindowDef to hand back the image.
Description | ||
---|---|---|
Bitmap | The bitmap for the dockable window. |
CoClasses and Classes | Description |
---|---|
ArcToolboxDockWnd (esriGeoprocessingUI) | |
CreateFeatureDockWin (esriEditor) | Esri create features window. |
ErrorWindow (esriEditorExt) | Esri topology error inspector. |
GPCommandWindow (esriGeoprocessingUI) | |
GxBrowserDockWindow (esriCatalogUI) | The Catalog window dockable window. |
IdentifyWindow (esriArcMapUI) | Esri map identify window. |
SharedFeaturesDockWindow (esriEditorExt) | |
TableDockWindow (esriArcMapUI) | Table dock window |
TOCDockableWindow (esriArcMapUI) | Esri TOC Dockable Window. |
UnplacedAnnotationWindow (esriEditor) | Esri unplaced anno window. |
This interface allows you to set an image on a dockablewindow. The image will appears on the tab when the dockable window is unpinned or grouped.