The text to display in the tooltip.
The x-coordinate of the tooltip position. Default is 0.
The y-coordinate of the tooltip position. Default is 0.
The maximum width of the tooltip in pixels. Default is 400.
The duration in milliseconds to display the tooltip. Default is 2000.
True if the tooltip was displayed successfully, otherwise false.
Display a tooltip with the specified value at the specified position.
The actual
AU3_Tooltip
function from AutoIt appears to be broken so it has been reimplemented here using the Windows User32 library.