AccessibleName Property (AWTComponent)

Action

Gets the accessible name of the component.

Syntax

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

Access

Read only.

Examples

VB

Dim accessibleName As String = component.AccessibleName