Constant Value | Description | Numeric Equivalent |
OF_NORMAL | The OptionField takes on only the values in the ValueList | 0 |
OF_EDITABLE | The user can enter a value in the OptionField. When the user enters a new value in the field, there is a SetValue event for the field, and the field takes on the value the user has entered. | 1 |
OF_AUTOFIND | The user can enter a value in the OptionField. As the user types, the closest match from the OptionField list is highlighted. When the user presses Enter or tabs out of the OptionField, the value selected becomes the current value of the OptionField. | 3 |