Articles in this section
Category / Section

How to show or hide caption bar in docking windows of WinForms Docking Manager?

1 min read

Show or hide caption

The Docking Manager has ShowCaption property to show or hide the caption bar in docked windows.

C#

this.dockingManager.ShowCaption=false; //To hide Caption bar
this.dockingManager.ShowCaption=true; //To show Caption bar

 

VB

Me.dockingManager.ShowCaption=False 'To hide Caption bar
Me.dockingManager.ShowCaption=True 'To Show Caption bar

 

Reference link: https://help.syncfusion.com/windowsforms/dockingmanager/dock-window#change-header-visibility-of-dock-window

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