Click here to Skip to main content
15,883,949 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I have a problem with autohide bar color, I try to change color and it won't work.

This is the code:

C#
dockPaneSkin.AutoHideStripSkin.DockStripGradient.StartColor = specialBlue;
dockPaneSkin.AutoHideStripSkin.DockStripGradient.EndColor = SystemColors.ControlLight;
dockPaneSkin.AutoHideStripSkin.TabGradient.TextColor = SystemColors.ControlDarkDark;
dockPaneSkin.AutoHideStripSkin.TabGradient.StartColor = Color.Black;


I mean this bar.
Posted
Comments
Ravi Bhavnani 25-Jan-14 19:46pm    
I think you'd be better off asking this question of the authors of DocPanelSuite (https://github.com/dockpanelsuite).

/ravi
WopsS 26-Jan-14 18:34pm    
I asked but nobody answered:(

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900