Control.AccessibleName Property
.NET Framework (current version)
Gets or sets the name of the control used by accessibility client applications.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.StringThe name of the control used by accessibility client applications. The default is null.
The AccessibleName property is a label that briefly describes and identifies the object within its container, such as the text in a Button, the name of a MenuItem, or a label displayed next to a TextBox control.
For more information about properties of accessible objects, see the "Content of Descriptive Properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: