Click or drag to resize

Clipboard.RetrieveRTF Method (Typed)

X#
Retrieve an RTF string from the clipboard.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RetrieveRTF(
	 nStringLength AS LONG
) AS STRING
Request Example View Source

Parameters

nStringLength
Type: Long
The length of the RTF text to retrieve from the clipboard. If it is left empty or set to 0, the full text is retrieved.

Return Value

Type: String
The RTF string from the clipboard or NULL_STRING, if there is no string in the clipboard.
Remarks
Used to retrieve the RTF text from the clipboard.
See Also