disabling and graying out a menu item
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I am trying to disable a menu item, but it is only disabling it for me and not graying it out. For instance I have a menu as following: File ->Open ->Save So the "Open" and "Save" are grayed out and disabled, but "File" is not. How can I make "File" menu item be grayed out on top of being disabled? By the way - I am using the ON_UPDATE_COMMAND_UI_RANGE command. Thanks