Editable Property (JTextComponent)

Action

Gets whether the text of the text component can be changed by the user.

Syntax

'Declaration
Protected Read Property Editable As Boolean

Access

Read only.

Examples

Dim isEditable As Boolean = textComponent.Editable