System.Windows.Forms.ToolStripItem.AccessibleRole Property

Gets or sets the accessible role of the control, which specifies the type of user interface element of the control.

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.AccessibleRole.Default)]
public AccessibleRole AccessibleRole { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ToolStripItem.AccessibleRole property describes what kind of user interface element an object is. If the control's role cannot be determined, the ToolStripItem.AccessibleRole property is set to AccessibleRole.PushButton.

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