We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to hide the popmenu on XPTaksBar

Hi,

VS2003 & V4.4.0.51

When you right click on the title of XPTaskBar, it will display the context menu "Dockable, auto-hide, doct_to". please see my attached screen-cut. For some design reason, I do not want to display this popup menu. Is there any property setting to hide it?

Thanks,

Lan



popmenu.zip

1 Reply

J. J.Nagarajan Syncfusion Team December 5, 2007 12:26 AM UTC

Hi Lan ,

Thanks for your interest in Syncfusion products.

If you want to prevent the context menu of docking manager having XPTaksBar then you have to set EnableContextMenu property to false. Please refer to the following code snippet.

[C#]

this.dockingManager1.EnableContextMenu = false;


Let me know if you have any questions.

Regards,
Nagaraj


Loader.
Live Chat Icon For mobile
Up arrow icon