ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.Paste C# (CSharp) Method

Paste() public method

Replaces the current selection in the text box with the contents of the Clipboard.
public Paste ( ) : void
return void
        public void Paste()
        {
            _richTextBox.Paste();
        }

Same methods

KryptonRibbonGroupRichTextBox::Paste ( DataFormats clipFormat ) : void