System.Windows.Forms.ToolStripItem.AccessibleName Property

Gets or sets the name of the control for use by accessibility client applications.

Syntax

[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.Localizable(true)]
public string AccessibleName { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ToolStripItem.AccessibleName property is a label that briefly describes and identifies the object within its container, such as the text in a System.Windows.Forms.ToolStripButton, the name of a System.Windows.Forms.ToolStripMenuItem, or a label displayed next to a System.Windows.Forms.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 System.Windows.Forms.AccessibleObject class.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0