I'd like to disable contextmenu button in dockpane.
Is there any way to do that?
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this matter?
Thank you for using Infragistics Components.
Hello ,
You could set ShowMenuButton property of UltraDockManager to false and you will hide the menu. On this way you won’t need to disable context Menu Button. More information about this property you will find on the following link:
http://help.infragistics.com/Help/Doc/WinForms/2013.2/CLR4.0/html/Infragistics4.Win.UltraWinDock.v13.2~Infragistics.Win.UltraWinDock.UltraDockManager~ShowMenuButton.html
Please let me know if you have any further questions.