Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Gallery not posting MouseDown event Collapse All
Subject Author Date
koikoi sige Feb 27, 2009 - 8:03 AM

Hi.

I want to make control toolbox like the visual studio toolbox by using the gallery on ribbon,
so I would like to be able to drag and drop from the gallery.

The gallery is posting MouseDown event on the Windows Form when I drag and drop,
but it not posting MouseDown event on the ribbon.

koikoi sige Mar 12, 2009 - 6:50 AM

Thanks.
I can get mouse notifications.

Technical Support Mar 3, 2009 - 12:09 PM

When you click on a gallery, you are probably hiting a gallery item which handles the mouse event and performs some specific actions. In order to always get mouse notifications, just use the PreviewMouseXXX events that precede regular mouse events.