DynamicScreenReader Class Properties

In this section, the DynamicScreenReader class properties are presented in alphabetical order.

Description

Use the SuppressCommonActionItem property to set or return a Boolean value indicating whether to hide the Enable Screen Reader Mode link in the Actions menu for the life of the current component. Set this property in a PeopleCode event that occurs prior to any page Activate event.

Note: The default value is False.

This property is read/write.

Example

(create PT_PAGE_UTILS:DynamicScreenReader()).SuppressCommonActionItem = True;