This document is archived and information here might be outdated.  Recommended version.


IDockableWindowImageDef Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > ID > IDockableWindowImageDef Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Framework)  

IDockableWindowImageDef Interface

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

Name Description
Read-only property Bitmap The bitmap for the dockable window.

CoClasses that implement IDockableWindowImageDef

CoClasses and Classes Description
ArcToolboxDockWnd (esriGeoprocessingUI)
ColorCorrectionDockWin (esriArcMapUI) The Color Correction Tools Dockable Window.
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.
MensurationDockWin (esriArcMapUI) The Mensuration Result Dockable Window.
PixelInspectionDockWin (esriArcMapUI) The Pixel Inspection Dockable Window.
RasterToolsDockWin (esriArcMapUI) The Raster Tools Dockable Window.
SharedFeaturesDockWindow (esriEditorExt)
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.