Articles in this section
Category / Section

How to enable whidbey style diamond docking for the WinForms Docking Manager?

1 min read

Change dock provider style

Essential Tools provides the DragProviderStyle property to enable the Whidbey style for docking manager. You can set this property through the property window or by coding.

This property stores the enumerator value from Syncfusion.Windows.Forms.Tools.DragProviderStyle. DragProviderStyle has two styles: Standard and VS2005. By default, it is set to the Standard style for Visual Studio 2003 and it is set to the VS2005 for Visual Studio 2005.

C#

this.dockingManager1.DragProviderStyle=Syncfusion.Windows.Forms.Tools.DragProviderStyle.VS2005;

 

VB

Me.dockingManager1.DragProviderStyle=Syncfusion.Windows.Forms.Tools.DragProviderStyle.VS2005

 

UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/appearance#change-dock-provider-styles

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