It turns out that the forum request I attempted to cover in the last post – handily re-interpreted to deal with something I knew how to do ;-) – was in fact about toolbars, rather than the ribbon. In this post we’re going to look at how to disable toolbars – and re-enable them – using .NET, so that Pete’s original request is dealt with. To start with, there’s no real way to grey out toolbars via the API – at least not at the toolbar level, perhaps it can be done per toolbar item – so I’ve opted... Read more →