Add ADXKeyboardShortcut component C#

Add-in Express™ Support Service
That's what is more important than anything else

Add ADXKeyboardShortcut component C#
 
Yevhenii


Guest


Hello.
How to add ADXKeyboardShortcut component to panel programmatically.
For example: I have several panels and I want to handle specific keyboard shortcut to hide specific panel. Focus could be anywhere on outlook(except places where panels not reachable).

vs2015, C#

Regards,
Yevhenii.
Posted 09 Jul, 2018 04:38:32 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Hello Yevhenii,

You can put that component onto the add-in module and study the code the designer generates; see the InitializeComponent() method; it is called from the constructor of your add-in module. You can use a similar code to create such a component at the run time.

So, you are going to support (or stop supporting) an extra keyboard shortcut at the run time? Do I understand you right?


Andrei Smolin
Add-in Express Team Leader
Posted 09 Jul, 2018 08:41:56 Top