Clipboard.InsertRTF Method (Typed) | |
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
public virtual bool InsertRTF(
string cText
)
Request Example
View SourceParameters
- cText
- Type: String
The RTF text to insert in the clipboard.
Return Value
Type:
LogicSELF
Remarks
Used to insert RTF text into the clipboard, overwriting any previous RTF text that may have been there.
See Also