How Can I Implement Highlighted Toolbar Icons With Delphi?

后端 未结 3 1999
花落未央
花落未央 2021-02-10 12:29

I\'d like to highlight my toolbar icons when their associated action has it\'s \"checked\" property set to true. I\'d like to do it in a manner similar to how Microsoft Office 2

3条回答
  •  余生分开走
    2021-02-10 12:55

    One can also use an ordinary TToolBar, with DrawingStyle set to dsGradient, I just found out.

    Sample toolbar with dsGradient as DrawingStyle

提交回复
热议问题