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


esriWindowState Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Constants > E > esriWindowState Constants
ArcGIS Developer Help

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.