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


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

IARControl.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 ArcReaderControl 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 ArcReaderControl 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

IARControl Interface