How to disable all buttons in my AdvToolBar?

Hello,

I have an AdvPage with 5 AdvToolBar,

Each One has several buttons.

I'd like to know how can I disable all my AdvPages and Buttons, so that  I can have all of them in gray.

Like office does:



Thanks
Alex

Why doesn't anybody give me an answer here? Anything wrong with my thread?

button.Enabled = false will disable the buttons.

as I understand, there isn't any control in AdvPage or AdvToolBar that I could do that.

If I have 200 buttons, I will need to do this one by one. Is it?

Just as with any other VCL container control, you could simply loop through  the child controls and disable these. The same as you would do for controls in a TPanel for example.