OK, on further digging I discovered the ShowDropDown() method on the ToolStripMenuItem.
If Isimulate aHitTest on the mouse position in the MouseEnter handler I can activate a DropDown.
HOWEVER, how can I get it into the "tracking" mode if there is no ToolStripMenuItem at the position where the MouseEnter occurs?
Will I need to track MouseMove until it is over a ToolStripMenuItem, ShowDropDown() the item and then "get out of the way" and let the MenuStrip just continue with its normal behavior? (Until the next MouseEnter?)
What about "unwinding" all of this when the mouse leaves the MenuStrip or one of the DropMenus, so the other controls on the form work as expected?
Matt Heffron
Beckman Coulter, Inc.