Click or drag to resize

Clipboard.InsertRTF Method

X#
Insert an RTF string into the clipboard.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD InsertRTF(
	cText
) AS USUAL CLIPPER
Request Example View Source

Parameters

cText (Optional)
Type: Usual
The RTF text to insert in the clipboard.

Return Value

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