ToolStripItem.AccessibleName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the control for use by accessibility client applications.
public:
property System::String ^ AccessibleName { System::String ^ get(); void set(System::String ^ value); };
public string AccessibleName { get; set; }
public string? AccessibleName { get; set; }
member this.AccessibleName : string with get, set
Public Property AccessibleName As String
Property Value
The name of the control, for use by accessibility client applications. The default is null
.
Remarks
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.
For samples, see the AccessibleObject class.