You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am working on an Outlook add-in and I am trying to figure out whether or not it is possible to add the ability to use the keyboard to toggle, check boxes, etc. The closest thing I was able to find relating to this within the Docs was this:
In other words, If I have a button within my outlook add-in, and I want to "click" this button via keypress of the "enter" key, is this possible to do? If so where can I find information about this in the Docs? Thank you in advance for the assistance!
We are able to tab through the main frame of the add-in and a textbox. But it will not tab through to the individual buttons and toggles within the frame itself.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am working on an Outlook add-in and I am trying to figure out whether or not it is possible to add the ability to use the keyboard to toggle, check boxes, etc. The closest thing I was able to find relating to this within the Docs was this:
https://learn.microsoft.com/en-us/office/dev/add-ins/design/keyboard-shortcuts
In other words, If I have a button within my outlook add-in, and I want to "click" this button via keypress of the "enter" key, is this possible to do? If so where can I find information about this in the Docs? Thank you in advance for the assistance!
We are able to tab through the main frame of the add-in and a textbox. But it will not tab through to the individual buttons and toggles within the frame itself.
Beta Was this translation helpful? Give feedback.
All reactions