Click or drag to resize

DataWindow.PasteSpecial Method (Typed)

X#
Use the standard Paste Special dialog to insert an OLE object into the focused OLEObject of the data window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD PasteSpecial() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
DataWindow:PasteSpecial() displays the standard Paste Special dialog and allows the user to insert an OLE object from the Clipboard into an OLEObject container, which currently must have the input focus.
See Also