Opens a modal HTML window and loads the document specified by a given URL.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
- Plugin
- A User Interface plugin object.
- Url
- A URL of the document to display.
- DialogParams
- Optional parameters that can be used to specify an initial size and position of the window.
ShowDialog method opens an HTML browser in a modal dialog and displays the contents of the document using the specified URL.





