Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var nValue = ToolHandler.AutoExecute; ToolHandler.AutoExecute = nValue; </code>==== Visual Basic Script ==== <code vb> nValue = ToolHandler.AutoExecute ToolHandler.AutoExecute = nValue </code>==== C++ ==== <code cpp> eToolAutoExecute nValue; HRESULT hr = ToolHandler.get_AutoExecute(&nValue); hr = ToolHandler.put_AutoExecute(nValue); </code>===== See Also ===== [[:scripting:api:tool-handler:start|IToolHandler]] ~~NOTOC~~