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


IARGlobeControl.Enabled 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.Enabled Property
ArcGIS Developer Help

IARGlobeControl.Enabled Property

Indicates whether the control can respond to user generated events.

[Visual Basic .NET]
Public Property Enabled As Boolean
[C#]
public bool Enabled {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The Enabled property allows an ArcReaderGlobeControl to be enabled or disabled at run time. For example, you can disable a control that doesn't apply to the current state of the application. An ArcReaderGlobeControl which is not enabled will not respond to any keyboard or mouse interaction, and will not fire any mouse or keyboard events. By default the Enabled property is set to true.

See Also

IARGlobeControl Interface