Control::AccessibleRole Property
.NET Framework (current version)
Gets or sets the accessible role 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 values of AccessibleRole. The default is Default.
| 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 Default.
For more information about properties of accessible objects, see Content of Descriptive Properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: