Windows Ribbon for WinForms library now supports Application Modes. The result of this post is a yet another sample, “13-ApplicationModes”, found on the project site. What are application modes? It is best to explain using examples. Applications some times have different “modes” in which they show different GUI, for example: Simple mode VS Advanced mode Regular editor mode VS Print mode The ribbon framework support changing its GUI according to the current application mode. In order to use the ribbon...