Clipboard.Insert Method (Typed) | |
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
public virtual bool Insert(
Usual xType
)
Request Example
View SourceParameters
- xType
- Type: Usual
The text or bitmap to insert in the clipboard.
Return Value
Type:
LogicSELF
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