Focusable Property (AWTComponent)

Action

Gets whether the component can be focused.

Syntax

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

Access

Read only.

Examples

VB

Dim isFocusable As Boolean = component.Focusable