Alsing.Windows.Forms.SyntaxBox.EditViewControl.Paste C# (CSharp) Method

Paste() public method

Paste text from clipboard to current caret position. (control + v)
public Paste ( ) : void
return void
        public void Paste()
        {
            PasteText();
            Refresh();
        }