I would like to remove all the controls from the right side of a DocAreaPane Caption. Can that be done? Here is what I am talking about:
I have set most all of the Allow<something> to false, but that only grayed out controls. I would like them invisible.
Sam
Hello Sam,
You are able to control the visibility of this buttons. You are able to use the following properties of UltraDockManager. ShowPinButton , ShowCloseButton, ShowMinimizeButton or ShowMaximizeButton.
If you set them to False, they will disappear from your caption area.
Sincerely,
Danko Valkov
Developer Support Engineer
Infragistics, Inc.
Danko,
From what it looks like to me, that is for the whole dock manager. I guess I should have stated in my initial post that I have other DocAreaPane's that I do want to see all the controls. So I just want to turn it off for one specific panel.