Gets or sets a value indicating whether the value of the field is a rich text string.
Syntax
'Declaration
Public Property RichText As Boolean
'Usage
Dim instance As TextField
Dim value As Boolean
instance.RichText = value
value = instance.RichText
public bool RichText {get; set;}
public: __property bool get_RichText();
public: __property void set_RichText(
bool value
);
public:
property bool RichText {
bool get();
void set ( bool value);
}
Property Value
Whether the value of the field is a rich text string.
See Also