IContentManagerDisplayHtml Method |  |
Creates an Image pane into the CameoSpace and displays the passed html sting within the Image pane.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid DisplayHtml(
ImagePane pane,
string html,
string title
)
Parameters
- pane ImagePane
- html String
- html content as string.
- title String
- Title that shall be displayed on the title bar of the Image pane.
See Also