Version

AccessibleDescription Property (UltraToolbarBase)

Gets or sets a description of the visual appearance of the toolbar.
Syntax
'Declaration
 
Public Property AccessibleDescription As String
public string AccessibleDescription {get; set;}

Property Value

A description of the visual appearance of the toolbar.
Exceptions
ExceptionDescription
System.NotSupportedExceptionThe property is modified at design-time for a toolbar in an UltraToolbarsManager defined on a base Form or UserControl. Inherited toolbars must be modified at run-time or at design-time through the designer of the Form or UserControl they were created on.
Remarks

The accessible description is used by accessibility client applications and normally read to the user.

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