G Gilmichel New member Sep 26, 2018 #1 Hi, I would like to know if it is possible to hide a full existing toolbar with a procedure ? Thank-you Last edited: Sep 26, 2018
Hi, I would like to know if it is possible to hide a full existing toolbar with a procedure ? Thank-you
G Gilmichel New member Sep 26, 2018 #2 Gilmichel said: I would like to know if it is possible to hide a full existing toolbar with a procedure ? Click to expand... Got it : procedure Procedure2; begin SetUIProp(“Ribbon1scToolPager1”, “Visible”, “FALSE”); end; Click to expand... Last edited: Sep 27, 2018
Gilmichel said: I would like to know if it is possible to hide a full existing toolbar with a procedure ? Click to expand... Got it : procedure Procedure2; begin SetUIProp(“Ribbon1scToolPager1”, “Visible”, “FALSE”); end; Click to expand...