Group: Forum Members
Last Active: 12 Years Ago
Posts: 127,
Visits: 1
|
I got it, by programatically add imagelist to dockmanger, thanks.
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
Hello JSW W., I guess you have missed to setup the images in NDockManager.DocumentStyle.ImageList. Regards, Angel.
|
Group: Forum Members
Last Active: 12 Years Ago
Posts: 127,
Visits: 1
|
Dim docData As New NUIDocument("doc1", 1, m_ctlData) m_DockManager.DocumentManager.AddDocument(docData)
I am adding this doc1 into Ndockmanager. I am lost at making icon image appear on the tab. What could be the step i missed? All is done programatically. Thanks,
|