Click or drag to resize

EditWindow.Copy Method (Typed)

X#
Copy the text that is currently selected in an edit window to the clipboard.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Copy() AS VOID
Request Example View Source
Remarks
If the current selection refers to a cursor position (for example, {5,5}), no text is copied.
See Also