Click or drag to resize

Edit.Paste Method (Typed)

X#
Replace the current selection in this edit control with a string, if specified, or 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
Request Example View Source

Parameters

cNewString
Type: String
The text to be placed in the edit control. 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