Wimark.Controls Class Library  

RichTextBox.Paste Method

Overload List

Replaces the current selection in the text box with the contents of the Clipboard.

[Visual Basic] Overloads Public Sub Paste()
[C#] public void Paste();
[C++] public: void Paste();

[Visual Basic] Overloads Public Sub Paste(DataFormats.Format)
[C#] public void Paste(DataFormats.Format);
[C++] public: void Paste(DataFormats.Format*);

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace