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
Hi, given that Win.UIElement, is there are way to tell exactly which ribbon tool it is over?
How can I determine the key for the item? The e.Element.ToString() for example just gives a rather unhelpful:
Infragistics.Win.ImageAndTextUIElement + ImageAndTextDependentUIElement
Any help would be appreciated.
Thanks
Robert
Thanks Matt.
I am trying to open these links but seems these are not working. Could you please check these links again?