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