System.Windows.Forms.Control.AccessibleName Property

Gets or sets the name of the control used 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 Control.AccessibleName property is a label that briefly describes and identifies the object within its container, such as the text in a System.Windows.Forms.Button, the name of a System.Windows.Forms.MenuItem, or a label displayed next to a System.Windows.Forms.TextBox control.

For more information about properties of accessible objects, see the "Content of Descriptive Properties" topic in the MSDN library at http://msdn.microsoft.com/library.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0