Editable Property (AWTTextComponent)

Action

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

Syntax

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

Access

Read only.

Examples

VB

Dim isEditable As Boolean = textComponent.Editable