Windows and controls that inherit from DragObject
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.
On the Other page in the Properties view, type a name in the AccessibleName text box.
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"