ToolStripItem::AccessibleName Property
.NET Framework (current version)
Gets or sets the name of the control for use by accessibility client applications.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::String^The name of the control, for use 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 ToolStripButton, the name of a ToolStripMenuItem, or a label displayed next to a ToolStripTextBox control.
For more information about properties of accessible objects, see "Content of Descriptive Properties" in the "Active Accessibility" section of the MSDN Library, at http://msdn.microsoft.com/library.
For samples, see the AccessibleObject class.
.NET Framework
Available since 2.0
Available since 2.0
Show: