EditWindow.Paste Method (Typed) | |
Replace the text that is currently selected in an edit window with the contents of the clipboard.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Paste(
cNewString AS STRING
) AS VOID
public virtual void Paste(
string cNewString
)
Request Example
View SourceParameters
- cNewString
- Type: String
The text to be placed in the edit window. If not specified, the contents of the clipboard is used.
Remarks
If the current selection refers to a cursor position (for example, {5,5}), the text is inserted at that point and no text is deleted.
See Also