Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / PasteFragmentAsync 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
    PasteFragmentAsync Method
    In This Topic
    Pastes a document fragment at the selection location asynchronously.
    Syntax
    'Declaration
     
    Public Function PasteFragmentAsync( _
       Optional ByVal fragmentString As System.String _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task PasteFragmentAsync( 
       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