Subscriber portal
Retrieves a tooltip for the control.
public str toolTip()
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.
str tooltip() { return "Account numbers of customers eligible for discount"; }