RichText Property (TextField)
In This Topic
Gets or sets a value indicating whether the value of this field should be represented as a rich text string.
Syntax
'Declaration
Public Property RichText As System.Boolean
public System.bool RichText {get; set;}
See Also