====== Edit ====== Method of [[:scripting:api:tool-handler:start|IToolHandler]] ===== Description ===== Opens tool configuration dialog ===== Parameters ===== * [[scripting:api:data-type:ULONG|ULONG]] **hWndParent** ===== Syntax ===== ==== JavaScript ==== ToolHandler.Edit(hWndParent); ==== Visual Basic Script ==== ToolHandler.Edit hWndParent ==== C++ ==== HRESULT hr = ToolHandler.Edit(hWndParent); ===== See Also ===== [[:scripting:api:tool-handler:start|IToolHandler]] ~~NOTOC~~