Click or drag to resize

Clipboard.InsertRTF Method (Typed)

X#
Insert an RTF string into the clipboard.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD InsertRTF(
	cText AS STRING
) AS LOGIC
Request Example View Source

Parameters

cText
Type: String
The RTF text to insert in the clipboard.

Return Value

Type: Logic
SELF
Remarks
Used to insert RTF text into the clipboard, overwriting any previous RTF text that may have been there.
See Also