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


IWindowPosition.State Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Framework)  

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

.NET Snippets

Move Application Window to Center | Resize Dockable Window | Minimize Application Window | Report Dockable Window Position