====== AutoExecute ======
Property of [[:scripting:api:tool-handler:start|IToolHandler]]
===== Description =====
Gets AutoExecute property
===== Property type =====
Read-Write Property of type **[[:scripting:api:tool-auto-execute|eToolAutoExecute]]**
===== Syntax =====
==== JavaScript ====
var nValue = ToolHandler.AutoExecute;
ToolHandler.AutoExecute = nValue;
==== Visual Basic Script ====
nValue = ToolHandler.AutoExecute
ToolHandler.AutoExecute = nValue
==== C++ ====
eToolAutoExecute nValue;
HRESULT hr = ToolHandler.get_AutoExecute(&nValue);
hr = ToolHandler.put_AutoExecute(nValue);
===== See Also =====
[[:scripting:api:tool-handler:start|IToolHandler]]
~~NOTOC~~