Very Good Question man ..In screen shot it is look like Tool tip ..If it is webelement then
use Object property like..
ToolTip=Browser().Page().WebElement().Object.title
MsgBox ToolTip
If it is link Then use mousover method and then use
GetRoProperty("text")
Let me know..
~J~