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


IARControl.ViewLeft Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARControl Interface > IARControl.ViewLeft Property
ArcGIS Developer Help

IARControl.ViewLeft Property

The number of pixels between the top of the control and the top of the Active View.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The left side of the CurrentView display area in pixels. The ViewLeft is equal to the TOCWidth + 4 (the width of the splitter that separates the TOC from the CurrentView display area).

See Also

IARControl Interface