Pastes the contents of the clipboard in the given clipboard format.
[Visual Basic] Public Sub Paste( _ ByVal clipFormat As DataFormats.Format _ ) [C#] public void Paste( DataFormats.Format clipFormat ); [C++] public: void Paste( DataFormats.Format* clipFormat ); [JScript] public function Paste( clipFormat : DataFormats.Format );
RichTextBox Class | RichTextBox Members | System.WinForms Namespace