Toolbar HotKey
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a Form with a toolbar. The toolbar contains some Buttons with Text like "&New", "&Edit", ... I meant that marking the Buttons as HotKey is enough to allow access via ALT+"N", ALT+"E", ...to fire the ClickEvent. So how is it possible that Toolbar Buttons react on Keyboard Inputs like normal Buttons with HotKey? Thanks Stefan