Hello.

I have a listbox. And I want to select the proper item when the user right-clicks an item. An ideea I had was to use MouseDown event because the item is selected when the left mouse button is down, but I DON'T KNOW how to do that.

Can you please help me?