property Edit.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 exSensitive or exHTML. The AllowColors property has no effect if the control's EditType property is exStandard.

The following screen shot views the control's content when ApplyColors property is True:

  The following screen shot displays the control's content when ApplyColors property is False: