In the TreeView's MouseUp event, how do I detect whether the user clicked the right or left mouse button?
I know that you can get whether the mouse did something by checking the action property on the TreeViewEventArgs object but I can't find anything on which button the user clicked on the mouse.
Thanks.




Reply With Quote