1

Can I disable the "Minimize Ribbon" Toggle Button on the Ribbon? FAQ Link

 

 

In contradiction to the description available with the "Help Button", this Toggle Button can not be deactivated.
The following XML code will be executed without error message, the Toggle Button will remain active.

   <commands>
       <command idMso="MinimizeRibbon" enabled="false"/>
   </commands>