Home / Intersoft.ISUserInterface6 / ISCommonForms / ShowHtmlPopupSmart
Show a Popup HTML Viewer that is automatically closed when it loses focus.
Syntax
ISCommonForms . ShowHtmlPopupSmart ( 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
Specify as 'HTM', 'HTML', "XML" etc to force that type of file to be displayed, otherwise it will attempt to determine the file type based upon the "html" content.
Member of:
ISCommonForms
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0