Edit
Method of IToolHandler
Description
Opens tool configuration dialog
Parameters
- ULONG hWndParent
Syntax
JavaScript
ToolHandler.Edit(hWndParent);
Visual Basic Script
ToolHandler.Edit hWndParent
C++
HRESULT hr = ToolHandler.Edit(hWndParent);
scripting:api:tool-handler:edit
Method of IToolHandler
Opens tool configuration dialog
ToolHandler.Edit(hWndParent);
ToolHandler.Edit hWndParent
HRESULT hr = ToolHandler.Edit(hWndParent);