Unicode Controls & Classes for VB6 - Version 4
ctlUniRichTextBoxXP
.TextRTF Property
Gets or sets the text of a RichTextBox control, including all rtf code
Syntax
Public Property Get TextRTF () As String
Public Property Let TextRTF (ByVal
New_Text
As String)
Parameters
Parameter
Description
ByVal
New_Text
As String
The new RTF text
Remarks