Print Page | Close Window

Default Setting for SplitterStyle returns 8

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=9204
Printed Date: 04 July 2024 at 1:10pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Default Setting for SplitterStyle returns 8
Posted By: VDF1
Subject: Default Setting for SplitterStyle returns 8
Date Posted: 01 January 2008 at 9:12am
Hi,
 
When I query the default for the SplitterStyle property (property of DockingPanePaintManager) it returns the value 8. The documented - as enumerated constants - are numbered 0,1,2,4,256,512. The nature of these values assume it are bitwise values which let space for 8,16,32 etc but what are their symbolic names. At least for the value 8.
 


-------------
Kind Regards,
Vincent Oorsprong
Data Access Europe B.V.
Lansinkesweg 4
7553 AE Hengelo
Netherlands
+31-74-2555609



Replies:
Posted By: Oleg
Date Posted: 02 January 2008 at 3:17am
Hi,
 
   PaneSplitterFlat     = 0,
   PaneSplitter3D       = 1,
   PaneSplitterSoft3D   = 2,
   PaneSplitterGradient = 4,
   PaneSplitterGradientVert = 8
   PaneSplitterGripperOfficeXP = 0x100,
   PaneSplitterGripperOffice2003 = 0x200


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: VDF1
Date Posted: 02 January 2008 at 3:33am
Dear Oleg,
 
Thanks. Please note that the PaneSplitterGradientVert is missing in the type defintions in the ocx. Current information according to OleViewer:
 
    typedef [uuid(123BADDD-4700-44D7-844A-8E77479A2FF0), helpstring("Splitter Style"), helpcontext(0x000008a7)]
    enum {
        PaneSplitterFlat = 0,
        PaneSplitter3D = 1,
        PaneSplitterSoft3D = 2,
        PaneSplitterGradient = 4,
        PaneSplitterGripperOfficeXP = 256,
        PaneSplitterGripperOffice2003 = 512
    } DockingPaneSplitterStyle;


-------------
Kind Regards,
Vincent Oorsprong
Data Access Europe B.V.
Lansinkesweg 4
7553 AE Hengelo
Netherlands
+31-74-2555609



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net