HtmlHost (Silverlight Only) > HtmlHost Features > Windowless Mode |
HtmlHost for Silverlight requires that the Silverlight plug-in's Windowless parameter be set to True. In windowless mode, the Silverlight plug-in does not have its own rendering window. Instead, the plug-in content is displayed directly by the browser window. This enables Silverlight content to visually overlap and blend with HTML content if the plug-in and its content both specify background transparency.
To set the Windowless parameter, you would complete the following steps:
<param name="windowless" value="true" />
When the Windowless parameter is not set to True, you may receive a warning when running the application.