RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Section Class / Clone Method

In This Topic
    Clone Method (C1Section)
    In This Topic
    Returns a deep copy of this element.
    Syntax
    'Declaration
     
    
    Public Overridable Function Clone() As C1TextElement
    public virtual C1TextElement Clone()

    Return Value

    A deep copy of this element.
    See Also