ADXRibbonEditBox Key Press Event

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

ADXRibbonEditBox Key Press Event
ADXRibbonEditBox Key Press Event to add auto complete suggestion 
Soe Thu Aung




Posts: 15
Joined: 2015-04-14
Hi,

My outlook add-in project is using ADXRibbonTab with ADXRibbonEditBox which is serving as search box. I would like to control keypress event and add type ahead suggestion drop down under that control. Currently I found only OnChange event, which trigger only after user press enter. So I cannot really use that event. Is there anyway to implement my requirement with ADXRibbonEditBox? Or is there any way to add my custom control as ribbon control which will be more flexible for me to implement?

Regards,
Soe Thu Aung
Posted 23 Jul, 2015 23:54:36 Top
Andrei Smolin


Add-in Express team


Posts: 18819
Joined: 2006-05-11
Hello Soe,

This is impossible to achieve using the Ribbon API. Consider using a .NET control on a custom pane.


Andrei Smolin
Add-in Express Team Leader
Posted 24 Jul, 2015 08:13:00 Top
Soe Thu Aung




Posts: 15
Joined: 2015-04-14
Hi,

Thanks for answer.

Regards,
Soe Thu Aung
Posted 27 Jul, 2015 22:44:04 Top
Andrei Smolin


Add-in Express team


Posts: 18819
Joined: 2006-05-11
You are welcome.


Andrei Smolin
Add-in Express Team Leader
Posted 28 Jul, 2015 04:15:21 Top