This document is archived and information here might be outdated. Recommended version. |
Provides initial placement for dockable windows.
A dockable window's initial representation including height, width, dock position and neighbor can be set through this interface.
To set the dockable window's initial representation, you would implement IDockableWindowInitialPlacement on the object that implents IDockableWindowDef.
Name | Description | |
---|---|---|
DockPosition | The location where this dockable window should dock by default. | |
Height | The default height of the dockable window in pixels. | |
Neighbor | An alternate dockable window this dockable window should dock relative to. | |
Width | The default width of the dockable window in pixels. |
Classes | Description |
---|---|
ArcToolboxDockWnd (esriGeoprocessingUI) | |
ColorCorrectionDockWin (esriArcMapUI) | The Color Correction Tools Dockable Window. |
CreateFeatureDockWin (esriEditor) | Esri create features window. |
ErrorWindow (EditorExt) | Esri topology error inspector. |
GxBrowserDockWindow (esriCatalogUI) | The Catalog window dockable window. |
IdentifyWindow (esriArcMapUI) | Esri map identify window. |
MensurationDockWin (esriArcMapUI) | The Mensuration Result Dockable Window. |
RasterToolsDockWin (esriArcMapUI) | The Raster Tools Dockable Window. |
SharedFeaturesDockWindow (esriEditorExt) | |
TableDockWindow (esriArcMapUI) | Table dock window |
TOCDockableWindow (ArcMapUI) | Esri TOC Dockable Window. |
UnplacedAnnotationWindow (esriEditor) | Esri unplaced anno window. |
This interface is consulted only when the first time the dockable window is being introduced to the system. If the dockable window has already been shown once, the settings through this interface won't apply any more.
To clear the dockable window's states, the application template should be deleted. For example, to clear the dockable window's states in ArcMap, normal.mxt should be removed.