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


IEnhancedInfoRenderer.RenderAllControl Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IEnhancedInfoRenderer.RenderAllControl Property

Indicates if the render all control should be visible.

[Visual Basic .NET]
Public Property RenderAllControl As Boolean
[C#]
public bool RenderAllControl {get; set;}
[C++]
HRESULT get_RenderAllControl(
  VARIANT_BOOL* pbvarShow
);
[C++]
HRESULT put_RenderAllControl(
  VARIANT_BOOL pbvarShow
);
[C++]

Parameters pbvarShow [out, retval] pbvarShow is a parameter of type VARIANT_BOOL pbvarShow [in] pbvarShow is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IEnhancedInfoRenderer Interface