NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.Paste

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
);

Parameters

clipFormat
Clipboard format in which the data should be obtained from the clipboard.

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace