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


IMapControl4.Enabled Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

IMapControl4.Enabled Property

Indicates whether the MapControl can respond to user generated events.

[Visual Basic .NET]
Public Property Enabled As Boolean
[C#]
public bool Enabled {get; set;}
[C++]
HRESULT get_Enabled(
  VARIANT_BOOL* Enabled
);
[C++]
HRESULT put_Enabled(
  VARIANT_BOOL Enabled
);
[C++]

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

Product Availability

Available with ArcGIS Engine.

Description

The Enabled property allows a MapControl to be enabled or disabled at run time. For example, you can disable Controls that don't apply to the current state of the application. A MapControl which is not enabled will not fire any mouse or keyboard events to its associated CurrentTool if any is set.

See Also

IMapControl4 Interface