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


IARControl.ViewTop 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.ViewTop Property
ArcGIS Developer Help

IARControl.ViewTop Property

The number of pixels between the left edge of the control and the left side of the Active View.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The top of the CurrentView display area in pixels. This will always return 0.

See Also

IARControl Interface