Gets the list browser column header's tooltip text.
FUNCTION GetLBColumnHeaderToolTip(
dialogID : LONGINT;
componentID : LONGINT;
columnIndex : INTEGER;
VAR toolTipPrimaryText : STRING;
VAR toolTipSubText : STRING): BOOLEAN;def vs.GetLBColumnHeaderToolTip(dialogID, componentID, columnIndex):
return (BOOLEAN, toolTipPrimaryText, toolTipSubText)| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
| columnIndex | INTEGER | the column index |
| toolTipPrimaryText | STRING | the primary tooltip text |
| toolTipSubText | STRING | the sub tooltip text displayed when the user the command (Mac) or shift (Win) button |
Availability: from VectorWorks12.0