Name Property (AWTComponent)

Action

Gets the name of the component.

Syntax

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

Access

Read only.

Examples

VB

Dim name As String = component.Name