[SOLVED] TaskPanel Expand Button Color
Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Task Panel
Forum Description: Topics Related to Codejock Task Panel
URL: http://forum.codejock.com/forum_posts.asp?TID=17132
Printed Date: 11 December 2024 at 7:48pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: [SOLVED] TaskPanel Expand Button Color
Posted By: Xander75
Subject: [SOLVED] TaskPanel Expand Button Color
Date Posted: 19 August 2010 at 6:06am
Hi,
I am using the TaskPanel, which I am overriding the colours as can be seen below:
wndTaskPanel.VisualTheme = xtpTaskPanelThemeNativeWinXPPlain wndTaskPanel.Reposition wndTaskPanel.ColorSet.BackgroundDark = &HD5A987 wndTaskPanel.ColorSet.BackgroundLight = &HEDCDB3
|
I am using the SkinFrameWork control and using the CommandBars with VisualTheme xtpThemeRibbon and I have updated the colours to better tie in with the colours of the TaskPanel with that of the interface.
The issue I have is that the Expand button has an unsightly shadow around it that I cannot get rid of:
Is there any way to remove the shadow from the Button or change it's shadow colour?
Thanks...
------------- Product: Xtreme SuitePro (ActiveX) v15.3.1 Platform: Windows 7 64-bit (SP1) Professional Edition Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6)
|
Replies:
Posted By: Xander75
Date Posted: 19 August 2010 at 6:47am
Hi,
I found that setting the following seemed to remove the shadow around the button.
wndTaskPanel.ColorSet.NormalGroupCaptionDark = &HFFF9F5
|
The colour above is the same colour of my TaskPanel Search area, just in case you are wondering!?
------------- Product: Xtreme SuitePro (ActiveX) v15.3.1 Platform: Windows 7 64-bit (SP1) Professional Edition Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6)
|
|