Hello together,
I’m using an UltraToolbarManager with the style Office 2013, but I want to hide the symbol for the “Ribbon Display Options” in the right header area.Does anybody know, how to hide it?
Thanks for any suggestions.
Best regardsFrank
Hello ,
Youi should set AllowAoutoHide to false :
ultraToolbarsManager1.Ribbon.AllowAutoHide = Infragistics.Win.DefaultableBoolean.False;
Please let me know if you have any further questions.
Hello Mr. Histro,
Thank you very much for your answer, but setting ultraToolbarsManager1.Ribbon.AllowAutoHide = Infragistics.Win.DefaultableBoolean.False;does not hide this symbol or icon, I still can see it.
I want to make it invisiblie. (visible shoulb bo only the minimize, the restore and the close symbol)
I have done a "rebulid all" and now it works.
Thank you so much for your help.