Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / CopySelectedFragmentToClipboard Method

In This Topic
    CopySelectedFragmentToClipboard Method
    In This Topic
    Copies the selected document fragment to the clipboard. The fragment can be pasted as text only with PasteText() or as a fragment with PasteFragment. Fragments include current formatting.
    Syntax
    'Declaration
     
    Public Sub CopySelectedFragmentToClipboard() 
    public void CopySelectedFragmentToClipboard()
    See Also