Click or drag to resize

Clipboard.Insert Method (Typed)

X#
Insert text or a bitmap into the clipboard.

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

Parameters

xType
Type: Usual
The text or bitmap to insert in the clipboard.

Return Value

Type: Logic
SELF
Remarks
If you insert text, any text already in the clipboard is overwritten. However, text and bitmaps in the clipboard do not share the same space. If you insert a bitmap, no existing text is deleted; if you insert text, no existing bitmap is deleted.
See Also