TBtooltipID | ||||||||||||
Syntax: | ||||||||||||
hTT = TBtooltipID( [#Toolbar] ) | ||||||||||||
Parameters: | ||||||||||||
| ||||||||||||
Return Values: | ||||||||||||
| ||||||||||||
Description: | ||||||||||||
Returns the handle of the Tooltip control of a toolbar. If no parameter is given, the currently used TB is used, otherwise the Toolbar specified in the Parameter is used. (beginning with 0) | ||||||||||||
Example: | ||||||||||||
hTT = TBtooltipID() SendMessage_(hTT,... | ||||||||||||
|