Gets the HtmlElement hosted by this C1HtmlHost control.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public HtmlElement HtmlElement { get; }
Visual Basic
Public ReadOnly Property HtmlElement As 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