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