Clipboard.RetrieveRTF Method (Typed) | |
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
public virtual string RetrieveRTF(
[DefaultParameterValueAttribute(-1, 0)] int nStringLength
)
Request Example
View SourceParameters
- 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