Official Content

Assigns a text to be displayed when the cursor is placed over any part of a control.

Syntax

control. TooltipText = Expression

Where: 
Control 
    is the name of a control inserted in the form.

Expression
    is the text to be displayed when the cursor is placed over any part of the control

Description

It is a brief description (usually a single line) of the content of an attribute, variable or control, which is displayed as a small window while the mouse pointer hovers over the corresponding item. This property can be changed at run-time.

Samples

&CustomerDetail.TooltipText = 'Type a customer’s detailed information here'

In this example, when the cursor is positioned over the &CustomerDetail control, the specified text ('Type a customer's detailed information here') will be displayed.

Scope

Objects: Transaction, Web Panel
Platforms: Web(.Net, Java)
Controls: Embedded Page, FreeStyle Grid, Grid, Image, Table

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant