Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a tooltip for the control.
Syntax
public str toolTip()
Run On
Client
Return Value
Type: str
The text to show in the tooltip.
Remarks
Whenever the pointer hovers over the control, the tooltip is displayed to the user. This method can be overridden to present instructive text to the user about the values that are entered in the control.
Examples
str tooltip()
{
return "Account numbers of customers eligible for discount";
}