WebToolBar provides accessibility feature for user to be able to use AccessKey to
access the menu.
This topic will show you how to enable keyboard support.
To enable keyboard support
- Right-click on WebToolBar control and choose Properties.
- Set ShowFocusBorder to True. This property is
used to show border around the Active command when tabbed via keyboard.
- In ToolCommand Collection Editor, you can set AccessKey property
to each ToolCommand member. This key is used to access the menu via keyboard.