VB.NET 2005 SP1... I have two drop down items on a contextmenustip :
DropDown1 (Enabled)
DropDown2 (Disabled)
If i hover over dropdown1 to see the items, and then hover over
dropdown2 it will show the items and fire the dropdown event which can
crash the app as I expect the dropdown event only to fire if the menu
item is enabled.
If I don't hover over DropDown1 first it behaves as expected. Is this
a bug, or should I be doing something different?
DropDown1 (Enabled)
DropDown2 (Disabled)
If i hover over dropdown1 to see the items, and then hover over
dropdown2 it will show the items and fire the dropdown event which can
crash the app as I expect the dropdown event only to fire if the menu
item is enabled.
If I don't hover over DropDown1 first it behaves as expected. Is this
a bug, or should I be doing something different?
Comment