AccessibleRole Property (AWTComponent)

Action

Gets the accessible role of the component.

Syntax

C#
protected String AccessibleRole { get; }
VB
'Declaration
Protected Read Property AccessibleRole As String

Access

Read only.

Examples

VB

Dim accessibleRole As String = component.AccessibleRole