|
|
|
|
|
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: To get and change the text displayed in the tooltip of a row in a Table control, use the ToolTip property. // Tooltip for the Student column COL_Student.ToolTipTitle = "Student name"
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|