Alsing.Windows.Forms.SyntaxBox.EditViewControl.Paste C# (CSharp) 메소드

Paste() 공개 메소드

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