Articles in this section
Category / Section

How to know whether two tabbed controls are belongs to the same tab group in WinForms Docking Manager?

1 min read

Docking method

The Docking manger has a method called IsSameTabbedGroup which is used to determine whether two tabbed controls are belongs to the same tab group or not. Please refer the below code snippet which illustrates this:

C#

dockingManager1.IsSameTabbedGroup(this.gradientLabel1, this.treeViewAdv1);

 

VB

DockingManager1.IsSameTabbedGroup(Me.GradientLabel1, Me.TreeViewAdv1)

UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/tabbed-window#check-two-controls-in-same-tab-group

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