The Tooltip Text property specifies the text to display as a tooltip when hovering over a control.
Property Type: Static
Default Value: No default value is applied to this property
The text in the message can be formatted to alter the appearance of the text.
See How To: Correctly Format Text for more information.
Ensure the property is a static property (It will display the gray orb alongside the property name).
The default value of the static property can be changed by:
Tooltip Text Property Value (static) | Result | Notes |
---|---|---|
(min 1500 max 3500) |
A rule can also be built for this property by changing the type to dynamic.
See How To: Change A Static Property To A Dynamic Property.
Tooltip Text Property Value (dynamic) | Result | Notes |
---|---|---|
"Please enter a [i]height[/i] between [b][color red]" & HeightMin & "[/b][/color] and [b][color red]" & HeightMax & "[/b][/color]" | This example shows various text formatting techniques | |
"Please enter a [i]height[/i] between [b][color red]" & HeightMin & "[/color][/b] and [b][color red]" & HeightMax & "[/color][/b]" | This example shows a similar formatting technique with a difference in the order of the formatting tags. |
Value set in Form Designer. For DriveWorks projects static properties can be made Dynamic by double clicking the gray radio button.