Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1375
Find GalleryToolItem using MouseEnterEvent
posted

I'm trying to determine which GalleryToolItem the mouse is hovering over from the ToolBarsManager MouseEnterEvent. I've been able to get to the UIElement that is Infragistics.Win.UltraWinToolbars.PopupGalleryItemUIElement and its cooresponding System.Drawing.Point but I don't see any methods for determining the galleryToolItem from that information.

Is there a better way to find the item or am I missing something?

Thanks,

JL

Parents Reply
Children