Articles in this section
Category / Section

How to set the visual styles for WinForms Docking Manager?

1 min read

Visual style

The Docking Manager has two type of visual styles that can be used when rendering the docking windows: Default and Office2003 (OfficeXP also renders the Office2003 styles only. It has not been implemented yet).

We can set this property through code or property window also.

The Syncfusion.Windows.Forms.VisualStyle enumerator has three members {Default, Office2003 and OfficeXP} to change the visual styles for docked windows. You can set the visual styles using the following code snippet.

C#

this.dockingManager1.VisualStyle=Syncfusion.Windows.Forms.VisualStyle.Office2003;

VB

Me.dockingManager1.VisualStyle=Syncfusion.Windows.Forms.VisualStyle.Office2003

 

UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/appearance

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