InkEdit.Paste Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Pastes the contents of the Clipboard into the control.
Overload List
Name | Description | |
---|---|---|
Paste() | Replaces the current selection in the text box with the contents of the Clipboard. (Inherited from TextBoxBase.) | |
Paste(DataFormats.Format) | Pastes the contents of the Clipboard in the specified Clipboard format. (Inherited from RichTextBox.) |
Top