This document is archived and information here might be outdated. Recommended version. |
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