Show a Popup HTML Viewer that is automatically closed when it loses focus.
Syntax
ISCommonForms.ShowHtmlPopup(html, [caption], [left], [top], [width], [height], [fileType])
Parameters
| Name | Type | Optional | ByRef | Description |
| html |
String |
|
|
The HTML to display. |
| caption |
String |
Optional |
|
|
| left |
Integer |
Optional |
|
If omitted, a value of -1 is assumed. |
| top |
Integer |
Optional |
|
If omitted, a value of -1 is assumed. |
| width |
Integer |
Optional |
|
If omitted, a value of 0 is assumed. |
| height |
Integer |
Optional |
|
If omitted, a value of 0 is assumed. |
| fileType |
String |
Optional |
|
OBSOLETE. Will always be "html". |
- Member of:
- ISCommonForms
- Namespace:
- Intersoft.ISUserInterface6
- Assembly:
- ISUserInterface6, Version=6.0.3
- Target Framework:
- .NET 9.0