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


IARControl.ViewWidth Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

IARControl.ViewWidth Property

The width of the Active View in pixels.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The width of the CurrentView display area in pixels. The ViewWidth is equal to the width of the ArcReaderControl - TOCWidth - 4 (the width of the splitter that separates the TOC from the CurrentView display area).

See Also

IARControl Interface