c# - I can't get menu navigation to go in the correct order -


i'm writing c# windows program. put menustrip @ top of main form, entries left-to-right as:

file topic 1 topic 2 window help

click on of them , strip drops-down.

when select alt-f, file menu drop down. when press right arrow, expect move on "topic 1" menu. hit again, expect go "topic 2", window, help, file. if hit left arrows, expect tpo go file window "topic 2" "topic 1", file again.

for reason, program selecting menus in opposite direction i'd expect. if i'm on file , press right-arrow, put on help, not "topic 1". don't see tabindex on menus. idea might from?

bug in menustrip. had change mainmenu, supposed unsupported.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -