Event Tooltip.GetGraphic: Difference between revisions
Appearance
XML Import to change Variable types into Variable Types |
XML import of updated Event docs |
||
| Line 1: | Line 1: | ||
Called when a tooltip graphic can be displayed with the draw image already pushed | Called when a tooltip graphic can be displayed with the draw image already pushed | ||
| Line 26: | Line 28: | ||
==Examples== | ==Examples== | ||
''<span style="color:red;">No additional | ''<span style="color:red;">No additional examples</span>'' | ||
Revision as of 09:58, 17 June 2013
Called when a tooltip graphic can be displayed with the draw image already pushed
This event is part of the Tooltip class
Parameters
HANDLE Component
- The object under the mouse
FLOAT X
- X size of tooltip area
FLOAT Y
- Y size of tooltip area
Return value
ULONG Non-zero to claim the tooltip event
Detailed description
No additional information
Examples
No additional examples