Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - SplitterColor Question
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

SplitterColor Question

 Post Reply Post Reply
Author
Message
DougieDoug82 View Drop Down
Newbie
Newbie
Avatar

Joined: 11 September 2007
Location: United States
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote DougieDoug82 Quote  Post ReplyReply Direct Link To This Post Topic: SplitterColor Question
    Posted: 11 September 2007 at 11:14am
I can't seem to get the splitter color to change.  It always stays the default gray.  here is my code:

dockManager.PaintManager.SplitterColor = (uint)Color.White.ToArgb();

I have tried it with the following after as well.

dockManager.RedrawPanes();

dockManager.Refresh();

If i change the styling to like the 3D then it shows up but the color never changes.  Any ideas?
Doug
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 30 January 2008 at 7:30am
Doug,
 
Try this for example:
dockManager.PaintManager.SplitterColor = 65535 (a long value)
This should paint the splitters yellow
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.139 seconds.