The ribbon control of Delphi 2010 has footer content in the application menu?
I'd like to put some buttons in the footer content like the image below.
Is there a 开发者_运维知识库way to do this?
Yes - just add an item to TRibbonApplicationMenuBar.OptionItems.
精彩评论