So, I am am able to disable the Close button on a docked form on DockPanel-Suite and I am wondering if it would be possible to disable the Auto-Hide button as well. Basically, I am trying to avoid any user to make changes to the layout of the forms on the dock panel. I am able to disable to the close button by this code.
CloseButton = false;
CloseButtonVisible = false;
Is there a similar property that can allow me to disable Auto-Hide button?