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

In This Topic
    ReplaceSelectedText Method
    In This Topic
    Replaces selected text with the text in the clipboard. Alternatively, text and images can paste over selected text by right-click, paste.
    Syntax
    'Declaration
     
    Public Sub ReplaceSelectedText( _
       ByVal text As System.String _
    ) 
    public void ReplaceSelectedText( 
       System.string text
    )

    Parameters

    text
    See Also