ComponentOne RichTextBox for WPF and Silverlight
CreateNewElement Method (C1TextElement)

C1.Silverlight.RichTextBox.Documents Namespace > C1TextElement Class : CreateNewElement Method
Creates a new C1TextElement with the same type as this.
Syntax
'Declaration
 
Public Overridable Function CreateNewElement() As C1TextElement
public virtual C1TextElement CreateNewElement()

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

Reference

C1TextElement Class
C1TextElement Members