AccessibilityText (Property)

Applies To:

(Live) BarChart object, (Live) BlockChart object, Bullet object, Checkbox object, CommandButton object, DropDown object, EmbeddedBrowser object, (Live) FunnelChart object, Hyperlink object, HzLine object, Line object, (Live) LineChart object, ListBox object, Picture object, (Live) PieChart object, (Live) RadarChart object, RadioButton object, Rect object, Slider object, Speedometer object, TextBox object, TextLabel object, Thermometer object, TrafficLight object, Vtline object

Description:

This property allows you to enter user-defined 508 text for embedded sections or graphics. The text is read to the 508 user when the object is encountered on the HTML page of the dashboard section. This property corresponds to the "Descriptive text for Intelligence iServer in (508) accessibility mode" field in the Accessibility dialog box. The default value for this property is no text.

Note:

This property can be used in conjunction with the AppendObjectText (Property), which enables you to append the object type after the accessibility text.

Action:

Read-write, String

Example

This example shows how to capture the accessibility text selected for a rectangle in the Console window::

Console.Write(Rect1.AccessibilityText = "The rectangle has a blue border and yellow fill.")