[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1TextBoxBase.Paste

Paste Method

Paste(string)

Sets the selected text to the specified text without clearing the undo buffer.

Declaration
public void Paste(string text)
Parameters
Type Name Description
string text

The text to replace.

Paste()

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

Declaration
public void Paste()
Implements