Enabled Property (AWTComponent)

Action

Gets whether the component is enabled.

Syntax

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

Access

Read only.

Examples

VB

Dim isEnabled As Boolean = component.Enabled