ArcObjects Library Reference (PublisherControls)  

IARGlobeControlDefault.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

IARGlobeControlDefault Interface