Creates a new C1TextElement with the same type as this.
Namespace:
C1.Silverlight.RichTextBox.DocumentsAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.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.