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


IAction.IsEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAction Interface > IAction.IsEnabled Property
ArcGIS Developer Help

IAction.IsEnabled Property

Indicates whether or not an action in the action list is enabled for processing.

[Visual Basic .NET]
Public Property IsEnabled As Boolean
[C#]
public bool IsEnabled {get; set;}
[C++]
HRESULT get_IsEnabled(
  Boolean* pbvarIsEnabled
);
[C++]
HRESULT put_IsEnabled(
  VARIANT_BOOL pbvarIsEnabled
);
[C++]
Parameters
pbvarIsEnabled [out, retval]

pbvarIsEnabled is a parameter of type bool* pbvarIsEnabled [in]
pbvarIsEnabled is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAction Interface