BackColor from Splitbar |
Post Reply |
Author | |
mlatona
Senior Member Joined: 19 April 2005 Location: Germany Status: Offline Points: 124 |
Post Options
Thanks(0)
Posted: 19 April 2005 at 3:41am |
How can I change the BackColor from the Splitbar between two docking panes?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
try DockingPaneGlobalSettings.ColorManager.SetColor XPCOLOR_3DFACE, vbRed |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
mlatona
Senior Member Joined: 19 April 2005 Location: Germany Status: Offline Points: 124 |
Post Options
Thanks(0)
|
It works. But I will change the color when the VisualTheme property is set to Office2003. You can see it on your own VB example 'Outlook2003.vbp' |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
DockingPaneManager.Options.LunaColors = False
DockingPaneGlobalSettings.ColorManager.SetColor XPCOLOR_3DFACE, vbRed DockingPaneManager.VisualTheme = ThemeOffice2003 |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
mlatona
Senior Member Joined: 19 April 2005 Location: Germany Status: Offline Points: 124 |
Post Options
Thanks(0)
|
It works too. But now I have lose the colors in the caption from docked panes. |
|
mlatona
Senior Member Joined: 19 April 2005 Location: Germany Status: Offline Points: 124 |
Post Options
Thanks(0)
|
Please answer my request from 19 April 2005. Can you fix this bug or is it a feature in the next release? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
For Luna colors it can't be done because it used predefined values. We will check what we can add for next release. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
mlatona
Senior Member Joined: 19 April 2005 Location: Germany Status: Offline Points: 124 |
Post Options
Thanks(0)
|
Please. It`s not so pretty, when the splits have another color.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |