Clipboard.InsertRTF Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual InsertRTF(
Usual cText = default
)
Request Example
View SourceParameters
- cText (Optional)
- Type: Usual
The RTF text to insert in the clipboard.
Return Value
Type:
UsualSELF
Remarks
Used to insert RTF text into the clipboard, overwriting any previous RTF text that may have been there.
See Also