|
|
|
|
|
ToolTipTitle (Property) In french: BulleTitre
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over. Reminder: The tooltip text associated with a line in the Table field can be known and modified using the ToolTip property.
COL_Elève.BulleTitre = "Nom de l'élève"
Syntax
Getting the text of the tooltip associated with a column title Hide the details
<Tooltip text> = <Column>.ToolTipTitle
<Tooltip text>: Character string Current text of the tooltip associated with the title of the specified column. <Column>: Control name Name of the column of the Table control to be used.
Changing the text of the tooltip associated with a column title Hide the details
<Column>.ToolTipTitle = <New tooltip text>
<Column>: Control name Name of the column of the Table control to be used. <New tooltip text>: Character string New text for the tooltip associated with the column title. No tooltip will be displayed if this text is an empty string. Remarks The ToolTipTitle property applies only to columns of Table controls in a window or page.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|