I would like to open and close menu strip programatically in c#, so I can start a form with a menu items already shows and close later with a timer event.
thanls in advance for your help.
Mercury12345 Tuesday, October 28, 2008 4:35 AM
To open you can use the 'ShowDropDown' method of a ToolStripMenuItem. To close simply set the focus to another control.
Regards,
Mark
Mark Verbraeken2 Tuesday, October 28, 2008 7:41 AM
To open you can use the 'ShowDropDown' method of a ToolStripMenuItem. To close simply set the focus to another control.
Regards,
Mark
Mark Verbraeken2 Tuesday, October 28, 2008 7:41 AM