AutoExecute
Property of IToolHandler
Description
Gets AutoExecute property
Property type
Read-Write Property of type 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 ===== IToolHandler