ToolStripItem::AccessibleRole Property
.NET Framework (current version)
Gets or sets the accessible role of the control, which specifies the type of user interface element of the control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property AccessibleRole AccessibleRole { AccessibleRole get(); void set(AccessibleRole value); }
Property Value
Type: System.Windows.Forms::AccessibleRoleOne of the AccessibleRole values. The default is PushButton.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The value assigned is not one of the AccessibleRole values. |
The AccessibleRole property describes what kind of user interface element an object is. If the control's role cannot be determined, the 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 AccessibleObject class.
.NET Framework
Available since 2.0
Available since 2.0
Show: