====== Enabled ======
Property of [[:scripting:api:code-template-handler:start|ICodeTemplateHandler]]
===== Description =====
Returns if template is active
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]**
===== Syntax =====
==== JavaScript ====
var bEnabled = CodeTemplateHandler.Enabled;
==== Visual Basic Script ====
bEnabled = CodeTemplateHandler.Enabled
==== C++ ====
VARIANT_BOOL bEnabled;
HRESULT hr = CodeTemplateHandler.get_Enabled(&bEnabled);
===== See Also =====
[[:scripting:api:code-template-handler:start|ICodeTemplateHandler]]
~~NOTOC~~