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


IWindowPosition.State Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IW > IWindowPosition Interface > IWindowPosition.State Property
ArcGIS Developer Help

IWindowPosition.State Property

The state of the window.

[Visual Basic .NET]
Public Property State As esriWindowState
[C#]
public esriWindowState State {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

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

See Also

IWindowPosition Interface