Right-Click
6 TopicsWindows 11: Turn the "Show more options" context menu into a slide down menu
Turn the "Show more options" context menu into a slide down menu and show those extra options in modern style Change the Windows 11 context menu so that when user clicks/taps on "show more options", the context menu expands and the rest of the options become visible in the same modern style with a sliding down animation, possibility with the ability for user to scroll up/down through the options (with mouse wheel or touch). Upvote this feedback in feedback hub: https://aka.ms/AAd53qz17KViews5likes4CommentsExcel Right-Click modifications
Hi I have a customer that received an protected Excel file from supplier. This file has protections and for example, it denies right-click actions in the file. But, after this file is closed, these right-click restrictions are preserved in Excel, no matter what file you work with. I know that I can use Application.CommandBars("Cell").Reset to reset cell right-click to almost normal and also use Application.CommandBars("Cell").enabled=true to cell. I can also use Application.CommandBars("Ply").Enabled = True to reset sheet tab right-click but I would like to know how can I reset all modifications? How can I see what modifications has been applied? What other controls does Application.CommandBars has besides "Cell" and "Ply"? Is there a way to reset all controls at once?1.7KViews0likes1Comment