Control.AccessibleRole Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets or sets the accessible role of the control
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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: