Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.SelRTF Property

Returns or sets the text (in rtf format) in the current selection of a RichTextBox control. Not available at design time

Syntax
Public Property Get SelRTF () As String
Public Property Let SelRTF (ByRef sRTF As String)
Parameters
Parameter Description
ByRef sRTF As String The new RTF text
Remarks