property Edit.EditType as EditTypeEnum
Specifies the control's type.

TypeDescription
EditTypeEnum An EditTypeEnum expression that defines the control's edit type.

The EditType property defines the control's edit type. The control supports standard, sensitive or HTML type.  If the EditType property is exSensitive use the AddKeyword, AddExpression, AddWild, DeleteKeyword, DeleteExpression, DeleteWild, ClearKeywords, ClearExpressions, ClearWilds methods to update the control's keywords and expressions collections. By default, the EditType property is exSensitive.