Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / PasteFragment Method
Optional string containing a innerHTML of the element at the current selection location. If null, the text is taken from the clipboard.

In This Topic
    PasteFragment Method
    In This Topic
    Pastes a document fragment at the selection location.
    Syntax
    'Declaration
     
    Public Sub PasteFragment( _
       Optional ByVal fragmentString As System.String _
    ) 
    public void PasteFragment( 
       System.string fragmentString
    )

    Parameters

    fragmentString
    Optional string containing a innerHTML of the element at the current selection location. If null, the text is taken from the clipboard.
    See Also