Articles in this section
Category / Section

How to disable the context menu in WinForms Docking Manager?

1 min read

Context menu

It is possible by setting the property DockingManager.EnableContextMenu to false.

C#

// Removes the DockContextMenu from the docked controls.
dockingManager1.EnableContextMenu=false;

 

VB

'Removes the DockContextMenu from the docked controls.
DockingManager1.EnableContextMenu=false

 

UG document link: https://help.syncfusion.com/windowsforms/docking-manager/dock-window#enabledisable-the-context-menu

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied