TextBox::Paste Method (String^)
.NET Framework (current version)
Sets the selected text to the specified text without clearing the undo buffer.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- text
-
Type:
System::String^
The text to replace.
Unlike setting SelectedText, Paste does not affect the Clipboard.
.NET Framework
Available since 2.0
Available since 2.0
Show: