constants EditTypeEnum
Determines the control's edit type. Use the EditType property to change the control's edit type.

NameValueDescription
exStandard0 The control acts like a standard edit control 
exSensitive1 The control is sensitive to context, and highlights the keywords and expressions. Use the AddKeyword, AddExpression, DeleteKeyword, DeleteExpressionClearKeywords, ClearExpressions to update the control's keywords and expressions collections.
exHTML2 The control accepts HTML expressions that combines  the following tags: 
  • <b>bold</b>
  • <i>italic</i>
  • <s>strikeout</s>
  • <u>underline</u>
  • <fgcolor=RRGGBB>fgcolor</fgcolor>
  • <bgcolor=RRGGBB>bgcolor</bgcolor>