Editable Property (FlexComboBase)

Action

Gets whether the control is editable, which lets the user directly type entries that are not specified in the dataProvider, or not editable, which requires the user select from the items in the dataProvider.

If true keyboard input will be entered in the editable text field; otherwise it will be used as shortcuts to select items in the dataProvider.

The default value is false. This property is ignored by the DateField control.

Syntax

'Declaration
Protected Read Property editable As Boolean

Access

Read only.