I have a component I am building that needs to change the toolTip text whilst the toolTip is displayed.
ie The toolTip is displayed with some text when over the component then when the mouse moves but is still over the component with the toolTip still visible I want to change the text. I have tried setting the toolTip propery but it only detects that when the toolTip is shown/hidden (ie when there is a mouseover/mouseout sequence) and not on a mousemove tks
