Hide all toolbars

Hi,

I would like to know if it is possible to hide a full existing toolbar with a procedure ?

Thank-you

Got it :

procedure Procedure2;
begin
SetUIProp(“Ribbon1scToolPager1”, “Visible”, “FALSE”);
end;

1 Like