This document is archived and information here might be outdated. Recommended version. |
Indicates whether the item template is active.
[Visual Basic .NET] Public Property Enabled As Boolean
[C#] public bool Enabled {get; set;}
[C++]
HRESULT get_Enabled(
VARIANT_BOOL pbEnabled
);
[C++]
HRESULT put_Enabled(
Boolean* pbEnabled
);
[C++]
Parameters pbEnabled [in]
pbEnabled is a parameter of type bool pbEnabled [out, retval]
pbEnabled is a parameter of type bool*