Gets the children of this C1HtmlElement.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public IEnumerable<C1HtmlNode> Children { get; }
Visual Basic
Public ReadOnly Property Children As IEnumerable(Of C1HtmlNode)
	Get

See Also