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


IAction.IsEnabled Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* pbvarIsEnabled
);
[C++]
HRESULT put_IsEnabled(
  VARIANT_BOOL pbvarIsEnabled
);
[C++]

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

Product Availability

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

See Also

IAction Interface