c# - How do I get the element that the cursor is over during a keypress? -


this question has answer here:

i'm writing wpf application, , i've come point need ui element mouse cursor on @ time of keypress. basically, have lists on screen, , if user enters ctrl+shift+f, able filter objects in list mouse over. i've done research on this, , related questions i've found have moving cursor element on keypress, not finding element cursor over. don't have code show since more of conceptual question, if need more detail me, please let me know. thanks!

var elementundermouse = mouse.directlyover frameworkelement; 

Comments

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -