Click or drag to resize

DataWindow.Copy Method (Typed)

X#
Copy the current selection in this data 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 data window is in form view, the contents of the edit control is copied; if in browse view, the contents of the selected cell(s) or part of a cell in the data browser is copied.
See Also