Wimark.Controls Class Library  

TextBox.Paste Method

Replaces the current selection in the text box with the contents of the Clipboard.

[Visual Basic]
Public Sub Paste()
 
[C#]
public void Paste();
[C++]
public: void Paste();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TextBox Class | TextBox Members | Wimark.Controls Namespace