public string RichTextValue {get; set;}
public: __property string* get_RichTextValue();
public: __property void set_RichTextValue(
string* value
);
'Declaration
Public Property RichTextValue As String
'Usage
Dim instance As TextField
Dim value As String
instance.RichTextValue = value
value = instance.RichTextValue
Property Value
The value of the rich text string. The length of the returned string is currently
limited to 1M utf-16 chars.