InkEdit.Paste Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Pastes the contents of the Clipboard into the control.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
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