ComponentOne Extended Library for WPF and Silverlight
HtmlElement Property

C1.Silverlight.Extended Namespace > C1HtmlHost Class : HtmlElement Property
Gets the HtmlElement hosted by this C1HtmlHost control.
Syntax
'Declaration
 
Public ReadOnly Property HtmlElement As HtmlElement
public HtmlElement HtmlElement {get;}
Remarks
If the SourceHtml property was set, HtmlElement returned is a div element whose content is the value of the SourceHtml property. Otherwise, if the property was set, the content is an iframe element whose src is the value of the SourceUri property.
See Also

Reference

C1HtmlHost Class
C1HtmlHost Members