constants TypeEnum
Specifies whether the control subclasses a standard edit control or the Rich editor.

NameValueDescription
exTypeEdit0 Indicates the standard edit control.
exTypeRichEdit1 Indicates the rich control. The control subclass the system's richedit class. You can use the ForeColorRich property to specify the foreground color for editable entities while the field is not validated/completed.