Creates a new C1TextElement with the same type as this.

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

Syntax

C#
public virtual C1TextElement CreateNewElement()
Visual Basic
Public Overridable Function CreateNewElement As C1TextElement

Return Value

A new C1TextElement with the same type as this.

Remarks

This can be overridden in custom C1TextElement with no default constructors.

See Also