Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
tobias_wiesendanger
385 Views, 6 Replies

What command is active?

I know that there is something like this: invApp.CommandManager.ActiveCommand which tells me what command is active. The problem im facing is, on fast pc's if a command is clicked this will be the button you just clicked and on slower pc's it looks like it is the command that was active before clicking the button. (Not 100% sure if thats the case, but it looks like it)

 

I need to now what command was active before clicking the button. Depending on what it was the method should immediately return. Any ideas how to achieve that?