Articles in this section
Category / Section

How to show or hide the visibility of menu button in WinForms Docking Manager?

1 min read

Show or hide the menu button

The menubutton is situated in the title bar of the docked windows.the role of this button is to pull the dock menu.The docking manager has a property called MenuButtonEnabled. We could show or hide the visibility of this button by setting the MenuButtonEnabled property to true or false.

C#

//Changing the visibility
dockingManager.MenuButtonEnabled=true;

 

VB

' Changing the visibility
dockingManager.MenuButtonEnabled = True

 

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