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


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

IARGlobeControl.TOCWidth Property

The width of the Table of Contents (TOC) in pixels.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The width of the Table of Contents (TOC) in pixels. By default the TOCWidth property is set to 180. The minimum value that can be set to the TOCWidth property is 4.

See Also

IARGlobeControl Interface