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
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
Matt,
Sorry for being unclear. I meant mouse button. So, the question is: which mouse button was clicked on the EditorButton.
-Vitaly