Docking Pane Splitter Style |
Post Reply |
Author | |
nighthawk
Senior Member Joined: 11 June 2004 Status: Offline Points: 167 |
Post Options
Thanks(0)
Posted: 25 February 2006 at 7:53pm |
I'm trying to use the DockingPane.PaintManager.SplitterStyle property but no matter what style I set it to, the corresponding style doesn't show up. I haven't been able to get it to work in any of my programs or any of the sample programs. Can you provide an example on how to get it working?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Yes seems you right :( Gripper enumerators was declared incorrect. PaneSplitterGripperOfficeXP must be 0x100 PaneSplitterGripperOffice2003 must be 0x200 example DockingPaneManager.PaintManager.SplitterStyle = PaneSplitter3D + &H100 |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |