How to use ToolStripMenuItems without mouse events ( click or double Click event ) ?
- by Bitnius
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.