How can i disable the right clik on header of dockable control pane ? Or how can i hide the list {Dockable,Hide,Floating,AutoHide} or disabled all options ? thank you in advance
Set CanDisplayAsMdiChild to False on the Settings object of the pane. This will prevent that menu item from being added to the context menu.