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


ITOCControlDefault.Enabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > ITOCControlDefault Interface > ITOCControlDefault.Enabled Property
ArcGIS Developer Help

ITOCControlDefault.Enabled Property

Indicates whether the TOCControl can respond to user generated events.

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

Product Availability

Available with ArcGIS Engine.

Description

The Enabled property allows a TOCControl 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 TOCControl which is not enabled will not respond to any keyboard or mouse interaction, and will not fire any mouse or keyboard events to its Buddy.

See Also

ITOCControlDefault Interface