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

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