CMenu & MenuShowDelay
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have been searching for a way to modify the time it takes for a sub menu to be displayed when the mouse hovers over the parent item. I know I can change this setting system wide using SystemParametersInfo(SPI_SETMENUSHOWDELAY, ...) but I would not like to make a system wide change, just application specific. I believe I will need to subclass CMenu to change this default behavior, but I have been unable to find out where in CMenu the code that is doing this lives. Does anyone have any idea where/when this registry value is queried so that I can replace it with my own settings?