How to use ToolStripMenuItems without mouse events ( click or double Click event ) ?

Posted by Bitnius on Stack Overflow See other posts from Stack Overflow or by Bitnius
Published on 2010-04-04T06:14:31Z Indexed on 2010/04/04 6:23 UTC
Read the original article Hit count: 365

I have a solution in Vb.NET 2008 windows Form with ToolStripMenuItems,

but I need to implement menu navigation without any mouse intervention.

I only found mouse events In ToolStripMenuItems, MenuStrip, etc.

Thx.

© Stack Overflow or respective owner

Related posts about winforms

Related posts about menu