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


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

IWindowPosition.Width Property

The width of the window.

[Visual Basic .NET]
Public Property Width As Integer
[C#]
public int Width {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

Move Dockable Window | Resize Dockable Window