ArcObjects Library Reference (Framework)  

IWindowPosition.Height Property

The height of the window.

[Visual Basic .NET]
Public Property Height As Integer
[C#]
public int Height {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The Height and Width properties determine the size of the window. This is in screen units.

See Also

IWindowPosition Interface

.NET Snippets

Resize Dockable Window | Move Dockable Window