Version

AccessibleRole Property

Gets or sets the accessible role for this tool.
Syntax
'Declaration
 
Public Property AccessibleRole As AccessibleRole
public AccessibleRole AccessibleRole {get; set;}

Property Value

The accessible role for this tool.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe property is modified at design-time for a tool in an UltraToolbarsManager defined on a base Form or UserControl. Inherited tools must be modified at run-time or at design-time through the designer of the Form or UserControl they were created on.
System.ComponentModel.InvalidEnumArgumentExceptionThe value assigned is not defined in the AccessibleRole enumeration.
Remarks

The accessible role is used by accessibility client applications and determines how to interact with the tool.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also