Editable Property (JComboBox)

Class

JComboBox.

Action

Gets whether the combo box is editable.

Syntax

C#
protected Boolean Editable { get; }
VB
'Declaration
Protected Read Property Editable As Boolean

Access

Read only.

Examples

VB

Dim isEditable As Boolean = colorsComboBox.Editable