Alters the search path for text
to speak. Whichever object is named in this property moves to the
front of the search path. The other objects retain their relative
order.
Syntax
Reference_Syntax.priority = "custom | caption | name | tooltip"
Values
Type
|
Values
|
String
|
-
custom
(default)
-
caption
-
name
-
tooltip
The search
order is speak, tooltip, caption, the container’s name.
The search
order is caption, speak, tooltip, the container’s name.
The search
order is the container’s name, speak, tooltip, caption.
The search
order is tooltip, speak, caption, the container’s name.
|
JavaScript
TextField1.assist.speak.priority = "tooltip";
FormCalc
TextField1.assist.speak.priority = "tooltip"
|
|
|