ActiveReports.Viewer3 Request technical support
Description Property
See Also 


Returns a description of the visual appearance of the accessible toolbar.

Syntax

Visual Basic (Declaration) 
Overrides Public ReadOnly Property Description As String
Visual Basic (Usage)Copy Code
Dim instance As ToolbarAccessible
Dim value As String
 
value = instance.Description
C# 
public override string Description {get;}

Return Value

String.

Remarks

The description is typically used to provide greater context for low-vision or blind users.

For example, a button with "OK" does not require a description, but a button that shows a picture of a cup would. The Name and Role properties describe the purpose of the cup button, but the Description property conveys information that is less tangible, like "A button with a picture of a cup."

See Also