I am trying to perform some actions on ribbon. I want to show something against mouse over event. I only found Mouse Enter Element action listener but can’t access the exact element where mouse pointer is currently exists.
Any idea??
HI somay,
try using the the MouseEnterElement event args
e.element.ToString() will tell you what element your mouse is over. This event arg has many propeties.
Here is a help link to the event
http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/Infragistics2.Win.v8.1~Infragistics.Win.UltraComponentControlManagerBase~MouseEnterElement_EV.html
Here is a help link to the event arguments:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/Infragistics2.Win.v8.1~Infragistics.Win.UIElementEventArgs_members.html
Thanks Matt.
I am trying to open these links but seems these are not working. Could you please check these links again?
The links are correct, there was infrastructure work over the weekened. They are working now.