AccessibleName

Applies to

Windows and controls that inherit from DragObject

Description

A label that briefly describes the control, such as the text in a button or the name of a menu item, for use by accessibility tools such as readers for visually impaired users.

Usage

In a painter

On the Other page in the Properties view, type a name in the AccessibleName text box.

In a script

The AccessibleName property takes a string value. The following statement sets the AccessibleName property for a command button in a Window:

cb_1.accessiblename = "Delete"