Forces the current tool to be redrawn
#include <GuiToolTip.au3>
_GUIToolTip_Update ( $hWnd )
$hWnd | Handle to the ToolTip control (returned by _GUIToolTip_Create.) |
This will redraw the currently displaying tooltip, it will have no effect on a tool if it is not showing when you call this function.