Determine when BarItem is right-clicked

Is there any way to determine when a user right-clicks on a BarItem in a toolbar?

1 Reply

AD Administrator Syncfusion Team January 19, 2005 05:54 PM UTC

Hi Jeff, Ufortunately, BarItem does not derive from Control and therefore does not support the MouseDown event necessary to handle right clicks. To respond to a right click on a BarItem, you would have to listen the MouseDown event on something else and map it to a BarItem. Regards, Gregory Austin Syncfusion, Inc.

Loader.
Up arrow icon