Icon in tabbed documents

Hello, I'm using Syncfusion libraries for WinForm application. My main form is a RibbonForm with dockingmanager. I dock tabbed document (UserControl) with function dockingManager1.DockAsDocument(control) and I'm  able to tab multiple documents. This is the right way to do that or i need to use tabbeMDIManager? 
Another question is related to the possibility of inserting an icon next to the name of the tabbed documents: I try with dockingManager1.SetDockIcon(myControl, 0) and with ((DockingWrapperForm) vForm.Parent).Icon = Icon.FromHandle(new Bitmap(this.dockingManager1.ImageList.Images[0]).GetHicon()) without being able to visualize the icon. How can I do?

1 Reply 1 reply marked as answer

AI Anirudhan Iyyappan Syncfusion Team July 3, 2020 12:03 PM UTC

Hi Alessandro Bacciottini, 
 
Thank you for contacting Syncfusion support. 
 
Query 1: “My main form is a RibbonForm with dockingmanager. I dock tabbed document (UserControl) with function dockingManager1.DockAsDocument(control) and I'm  able to tab multiple documents. This is the right way to do that or i need to use tabbeMDIManager?” 
 
We can able to achieve this requirement in both the ways, Because using the both control we can view the multiple tab documents. 
 
Query 2: “the possibility of inserting an icon next to the name of the tabbed documents”. 
 
We can able add icon next to the name of the tabbed Documents in the TabbedMDI control. Please refer to the below Ug Document for further references. 
 

Regards, 
Anirudhan 


Marked as answer
Loader.
Up arrow icon