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


esriWindowState Constants (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Framework)  

esriWindowState Constants

Window states.

Constant Value Description
esriWSNormal 0 The window is restored.
esriWSMinimize 1 The window is minimized.
esriWSMaximize 2 The window is maximized.
esriWSFloating 4 The window is dockable and floating.

Product Availability

Available with ArcGIS Desktop.

Remarks

The IWindowPosition::State property uses the esriWindowState enumeration to specify whether the window is normal, minimized, or maximized.