Provides access to members that define a dockable window's image.
Product Availability
Available with ArcGIS Desktop.
Description
A dockable window can have an image which will appear on the tab when the dockable window is unpinned or grouped.
When To Use
To support images on dockabe windows, you would implement IDockableWindowImageDef on the object that implents IDockableWindowDef to hand back the image.
Members
Description | ||
---|---|---|
Bitmap | The bitmap for the dockable window. |
CoClasses that implement IDockableWindowImageDef
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. |
TableDockWindow (esriArcMapUI) | Table dock window |
TOCDockableWindow (esriArcMapUI) | ESRI TOC Dockable Window. |
UnplacedAnnotationWindow (esriEditor) | ESRI unplaced anno window. |
Remarks
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.