Hi,
Is there a way to determine what button was clicked on the EditorButton? The EditorButtonEventArgs contains no info about that. I'm using 6.3 version.
Thanks,
Vitaly
Hi Vitaly,
You could trap the MouseDown event of the control and record the last button that was clicked and then use that inside the EditorButtonClick event. I think that should work, assuming MouseDown fires before the button click event.
Matt,
Sorry for being unclear. I meant mouse button. So, the question is: which mouse button was clicked on the EditorButton.
-Vitaly
Vitaly,
The EditorButtonEventArgs class does have a Button property on it, but since you say that this isn't helping you, then my guess is that you don't have a Key set on the button itself so that you can distinguish it from other buttons.
-Matt