Editable Property (JComboBox)

Class

JComboBox.

Action

Gets whether the combo box is editable.

Syntax

'Declaration
Protected Read Property Editable As Boolean

Access

Read only.

Examples

Dim isEditable As Boolean = colorsComboBox.Editable