DevTextBoxPaste(String) Method
Replaces the current selection in the text box with the contents of the Clipboard
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void Paste(
string text
)
Public Sub Paste (
text As String
)
Dim instance As DevTextBox
Dim text As String
instance.Paste(text)
public:
void Paste(
String^ text
)
member Paste :
text : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- text String
-
The text to replace.