Hi All,
For unpinned tabs, i can use the following properties.
this.ultraDockManager1.UnpinnedTabHoverAction &
this.ultraDockManager1.UnpinnedTabStyle.
But I am not able to change the background colors and mouse hover background colors of these tabs. Is it possible to do ?
Thanks
Panna
Try setting the same BackColor on the HotTrackingTabAppearance on the same settings object.
Mike,
Thank you, Its working. But on hot tracking, the color is getting changed to a default color which i want to prevent. I want to retain the same background as earlier. How to do that ?
On each pane, you can set its Settings.TabAppearance or on the UltraDockManager, you can set the DefaultPaneSettings.TabAppearance.