Is there a way to tab through a toolbar ?
To have the toolbar keyboard accessible ?
ToolbarsManager responds to the keyboard and the tab key automatically. There is no way to turn this off, as far as I know.
There does not seem to be anyway to get in there...
Normally there is a tab index. But the toolbar does not have one, neither do the tools on the tool bar. The main menu bar works great. You can't tab to it, but alt does the trick which is normal.
If it is not tabable then I need to a way to make the options accessible. Buttons are fine they can go into the context menu. But the toolbar has a search. Not sure how well that would work in a context menu with a keyboard.
Sean,
Will shortcut keys work for you? Each tool has a SharedProps.Shortcut property that you can set to a shortcut key combination, which, when pressed at runtime, will select the tool.
~Kim~
That is exactly what I ended up doing...
Not sure if the client will be happy with this but it is accessible ;)
Thanks