property HTML.ApplyColors as Boolean
Specifies whether the control applies the HTML colors.

TypeDescription
Boolean A boolean expression  that indicates whether the control uses the HTML tags like <fgcolor> and <bgcolor> to paint the control's content.

The ApplyColors property specifies whether HTML tags like <fgcolor> and <bgcolor> are used to paint the control's content. By default, the AllowColors property is True. Use the ApplyColors property to disable displaying colors into a sensitive control. The AllowColors property has effect if the control's EditType property is exHTMLText or exHighlightTags. The AllowColors property has no effect if the control's EditType property is exPlainText.