How to snoop a tooltip using Snoop?

1.1k Views Asked by At

Is there a trick for snooping a tooltip? Since it disappears as soon as the mouse gets over it there is no chance for ctrl+shift+click.

2

There are 2 best solutions below

1
On

If you can change code, you can write a simple code that prevents tooltip close, and then you can snoop it.

Take a look to this: Forcing a WPF tooltip to stay on the screen

1
On

There is a ToolTip property on every element in the visual tree, so just navigate the visual tree via snoop until you find it at look at the ToolTip property - no ?