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. ====== Edit ====== Method of [[:scripting:api:tool-handler:start|IToolHandler]] ===== Description ===== Opens tool configuration dialog ===== Parameters ===== * [[scripting:api:data-type:ULONG|ULONG]] **hWndParent** ===== Syntax ===== ==== JavaScript ==== <code javascript> ToolHandler.Edit(hWndParent); </code>==== Visual Basic Script ==== <code vb> ToolHandler.Edit hWndParent </code>==== C++ ==== <code cpp> HRESULT hr = ToolHandler.Edit(hWndParent); </code>===== See Also ===== [[:scripting:api:tool-handler:start|IToolHandler]] ~~NOTOC~~