Posted 15 years ago
by Simon Sprott
Version: 2.0.0108
Platform: .NET 3.5
Environment: Windows Vista (32-bit)
Basically, BarCommandLink.OnMouseLeave is setting a Timer and passing MenuShowDelay as the interval, but if MenuShowDelay = 0 it raises ArgumentOutOfRange Exception.
1. Set MenuShowDelay = 0 (see http://support.microsoft.com/kb/216445)
2. Run an app and drop the menu.
3. ArgumentOutOfRange Exception Value '0' is not a valid value for Interval.
1. Set MenuShowDelay = 0 (see http://support.microsoft.com/kb/216445)
2. Run an app and drop the menu.
3. ArgumentOutOfRange Exception Value '0' is not a valid value for Interval.