Name

[property icon] Name$

Name of control

Read-only Runtime-only String property

Applies to: Generic , MenuItem

Introduced in KCML version 6.10


[property icon] Name$

Name of tabbed page

Read-only Runtime-only String property

Applies to: TabbedItem

Introduced in KCML version 6.20


[property icon] Name$

Specifies the font face name used by the font set

String property

Applies to: Font Object


>

Name

This is a read-only property containing the name of the control. A programmer can use this to identify the source of an event handled by a group handler though usually the tag property is a better choice for this purpose.

In the specific case of fonts the name is the font face name used by the specified font set. For example:

IF (.dlgfont1.Name$ == "Arial")
        ...
END IF

See also

Font Object methods, properties and events. Generic methods, properties and events. MenuItem methods, properties and events. TabbedItem methods, properties and events.