Module cCJTabControlItem.pkg

     1// Visual DataFlex COM proxy classes generated from C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v13.4.2\Bin\Codejock.CommandBars.v13.4.2.ocx
     2Use FlexCom20.pkg
     3
     4Define XTPTabAppearanceStyle for Integer
     5    Define xtpTabAppearancePropertyPage for 0
     6    Define xtpTabAppearancePropertyPageSelected for 1
     7    Define xtpTabAppearancePropertyPageFlat for 2
     8    Define xtpTabAppearancePropertyPage2003 for 3
     9    Define xtpTabAppearanceStateButtons for 4
    10    Define xtpTabAppearanceVisualStudio for 5
    11    Define xtpTabAppearanceFlat for 6
    12    Define xtpTabAppearanceExcel for 7
    13    Define xtpTabAppearanceVisio for 8
    14    Define xtpTabAppearanceVisualStudio2005 for 9
    15    Define xtpTabAppearancePropertyPage2007 for 10
    16    Define xtpTabAppearancePropertyPageAccess2007 for 11
    17
    18Define XTPTabColorStyle for Integer
    19    Define xtpTabColorDefault for 1
    20    Define xtpTabColorVisualStudio for 2
    21    Define xtpTabColorOffice2003 for 4
    22    Define xtpTabColorWinXP for 8
    23    Define xtpTabColorWhidbey for 16
    24    Define xtpTabColorOffice2007 for 32
    25    Define xtpTabColorVisualStudio2008 for 64
    26    Define xtpTabColorAccess2007 for 128
    27
    28Define XTPTabPosition for Integer
    29    Define xtpTabPositionTop for 0
    30    Define xtpTabPositionLeft for 1
    31    Define xtpTabPositionBottom for 2
    32    Define xtpTabPositionRight for 3
    33
    34Define XTPTabLayoutStyle for Integer
    35    Define xtpTabLayoutAutoSize for 0
    36    Define xtpTabLayoutSizeToFit for 1
    37    Define xtpTabLayoutFixed for 2
    38    Define xtpTabLayoutCompressed for 3
    39    Define xtpTabLayoutMultiRow for 4
    40    Define xtpTabLayoutRotated for 5
    41
    42Define XTPTabClientFrame for Integer
    43    Define xtpTabFrameBorder for 0
    44    Define xtpTabFrameSingleLine for 1
    45    Define xtpTabFrameNone for 2
    46
    47Define XTPTabToolTipBehaviour for Integer
    48    Define xtpTabToolTipNever for 0
    49    Define xtpTabToolTipAlways for 1
    50    Define xtpTabToolTipShrinkedOnly for 2
    51
    52Define XTPTabDrawTextFormat for Integer
    53    Define xtpTabDrawTextLeft for 0
    54    Define xtpTabDrawTextCenter for 1
    55    Define xtpTabDrawTextRight for 2
    56    Define xtpTabDrawTextVCenter for 4
    57
    58// CLSID: {1935891D-B4E9-45C7-AAF6-EF340E785590}
    59Class cCJITabManagerMargin is a Mixin
    60
    61    { MethodType=Property DesignTime=False }
    62    Function ComLeft Returns Integer
    63        Integer retVal
    64        Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal
    65        Function_Return retVal
    66    End_Function
    67
    68    { MethodType=Property DesignTime=False }
    69    Procedure Set ComLeft Integer value
    70        Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value
    71    End_Procedure
    72
    73    { MethodType=Property DesignTime=False }
    74    Function ComTop Returns Integer
    75        Integer retVal
    76        Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal
    77        Function_Return retVal
    78    End_Function
    79
    80    { MethodType=Property DesignTime=False }
    81    Procedure Set ComTop Integer value
    82        Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value
    83    End_Procedure
    84
    85    { MethodType=Property DesignTime=False }
    86    Function ComRight Returns Integer
    87        Integer retVal
    88        Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal
    89        Function_Return retVal
    90    End_Function
    91
    92    { MethodType=Property DesignTime=False }
    93    Procedure Set ComRight Integer value
    94        Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value
    95    End_Procedure
    96
    97    { MethodType=Property DesignTime=False }
    98    Function ComBottom Returns Integer
    99        Integer retVal
   100        Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal
   101        Function_Return retVal
   102    End_Function
   103
   104    { MethodType=Property DesignTime=False }
   105    Procedure Set ComBottom Integer value
   106        Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value
   107    End_Procedure
   108
   109    Procedure ComSetRect Integer llLeft Integer llTop Integer llRight Integer llBottom
   110        Handle hDispatchDriver
   111        Get phDispatchDriver to hDispatchDriver
   112        Send PrepareParams to hDispatchDriver 4
   113        Send DefineParam to hDispatchDriver OLE_VT_I4 llLeft
   114        Send DefineParam to hDispatchDriver OLE_VT_I4 llTop
   115        Send DefineParam to hDispatchDriver OLE_VT_I4 llRight
   116        Send DefineParam to hDispatchDriver OLE_VT_I4 llBottom
   117        Send InvokeComMethod to hDispatchDriver 5 OLE_VT_VOID
   118    End_Procedure
   119End_Class
   120
   121// CoClass
   122// CLSID: {E245C475-92F4-4AF7-9231-F158D1A035C3}
   123{ ClassLibrary=Windows }
   124Class cCJTabManagerMargin is a cComAutomationObject
   125    Import_Class_Protocol cCJITabManagerMargin
   126
   127    Procedure Construct_Object
   128        Forward Send Construct_Object
   129        Set peAutoCreate to acNoAutoCreate
   130    End_Procedure
   131End_Class
   132
   133// CLSID: {EEE5891D-B4E9-45C7-AAF6-EF340E785590}
   134Class cCJITabPaintManagerColorSet is a Mixin
   135
   136    { MethodType=Property DesignTime=False }
   137    Function ComHeaderFaceLight Returns OLE_COLOR
   138        OLE_COLOR retVal
   139        Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal
   140        Function_Return retVal
   141    End_Function
   142
   143    { MethodType=Property DesignTime=False }
   144    Procedure Set ComHeaderFaceLight OLE_COLOR value
   145        Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value
   146    End_Procedure
   147
   148    { MethodType=Property DesignTime=False }
   149    Function ComHeaderFaceDark Returns OLE_COLOR
   150        OLE_COLOR retVal
   151        Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal
   152        Function_Return retVal
   153    End_Function
   154
   155    { MethodType=Property DesignTime=False }
   156    Procedure Set ComHeaderFaceDark OLE_COLOR value
   157        Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value
   158    End_Procedure
   159
   160    { MethodType=Property DesignTime=False }
   161    Function ComFrameBorder Returns OLE_COLOR
   162        OLE_COLOR retVal
   163        Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal
   164        Function_Return retVal
   165    End_Function
   166
   167    { MethodType=Property DesignTime=False }
   168    Procedure Set ComFrameBorder OLE_COLOR value
   169        Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value
   170    End_Procedure
   171
   172    { MethodType=Property DesignTime=False }
   173    Function ComControlFace Returns OLE_COLOR
   174        OLE_COLOR retVal
   175        Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal
   176        Function_Return retVal
   177    End_Function
   178
   179    { MethodType=Property DesignTime=False }
   180    Procedure Set ComControlFace OLE_COLOR value
   181        Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value
   182    End_Procedure
   183
   184    { MethodType=Property DesignTime=False }
   185    Function ComBorderHighlight Returns OLE_COLOR
   186        OLE_COLOR retVal
   187        Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal
   188        Function_Return retVal
   189    End_Function
   190
   191    { MethodType=Property DesignTime=False }
   192    Procedure Set ComBorderHighlight OLE_COLOR value
   193        Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value
   194    End_Procedure
   195
   196    { MethodType=Property DesignTime=False }
   197    Function ComButtonSelected Returns OLE_COLOR
   198        OLE_COLOR retVal
   199        Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
   200        Function_Return retVal
   201    End_Function
   202
   203    { MethodType=Property DesignTime=False }
   204    Procedure Set ComButtonSelected OLE_COLOR value
   205        Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
   206    End_Procedure
   207
   208    { MethodType=Property DesignTime=False }
   209    Function ComButtonNormal Returns OLE_COLOR
   210        OLE_COLOR retVal
   211        Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal
   212        Function_Return retVal
   213    End_Function
   214
   215    { MethodType=Property DesignTime=False }
   216    Procedure Set ComButtonNormal OLE_COLOR value
   217        Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value
   218    End_Procedure
   219
   220    { MethodType=Property DesignTime=False }
   221    Function ComNormalText Returns OLE_COLOR
   222        OLE_COLOR retVal
   223        Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to retVal
   224        Function_Return retVal
   225    End_Function
   226
   227    { MethodType=Property DesignTime=False }
   228    Procedure Set ComNormalText OLE_COLOR value
   229        Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_I4 to value
   230    End_Procedure
   231
   232    { MethodType=Property DesignTime=False }
   233    Function ComInActiveText Returns OLE_COLOR
   234        OLE_COLOR retVal
   235        Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to retVal
   236        Function_Return retVal
   237    End_Function
   238
   239    { MethodType=Property DesignTime=False }
   240    Procedure Set ComInActiveText OLE_COLOR value
   241        Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_I4 to value
   242    End_Procedure
   243
   244    { MethodType=Property DesignTime=False }
   245    Function ComSelectedText Returns OLE_COLOR
   246        OLE_COLOR retVal
   247        Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to retVal
   248        Function_Return retVal
   249    End_Function
   250
   251    { MethodType=Property DesignTime=False }
   252    Procedure Set ComSelectedText OLE_COLOR value
   253        Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_I4 to value
   254    End_Procedure
   255
   256    { MethodType=Property DesignTime=False }
   257    Function ComHighlightText Returns OLE_COLOR
   258        OLE_COLOR retVal
   259        Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal
   260        Function_Return retVal
   261    End_Function
   262
   263    { MethodType=Property DesignTime=False }
   264    Procedure Set ComHighlightText OLE_COLOR value
   265        Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value
   266    End_Procedure
   267
   268    { MethodType=Property DesignTime=False }
   269    Function ComDisabledText Returns OLE_COLOR
   270        OLE_COLOR retVal
   271        Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to retVal
   272        Function_Return retVal
   273    End_Function
   274
   275    { MethodType=Property DesignTime=False }
   276    Procedure Set ComDisabledText OLE_COLOR value
   277        Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_I4 to value
   278    End_Procedure
   279
   280    { MethodType=Property DesignTime=False }
   281    Function ComTabExcelSelectedLeftInnerBorder Returns OLE_COLOR
   282        OLE_COLOR retVal
   283        Get ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to retVal
   284        Function_Return retVal
   285    End_Function
   286
   287    { MethodType=Property DesignTime=False }
   288    Procedure Set ComTabExcelSelectedLeftInnerBorder OLE_COLOR value
   289        Set ComProperty of (phDispatchDriver(Self)) 13 OLE_VT_I4 to value
   290    End_Procedure
   291
   292    { MethodType=Property DesignTime=False }
   293    Function ComTabExcelSelectedTopInnerBorder Returns OLE_COLOR
   294        OLE_COLOR retVal
   295        Get ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to retVal
   296        Function_Return retVal
   297    End_Function
   298
   299    { MethodType=Property DesignTime=False }
   300    Procedure Set ComTabExcelSelectedTopInnerBorder OLE_COLOR value
   301        Set ComProperty of (phDispatchDriver(Self)) 14 OLE_VT_I4 to value
   302    End_Procedure
   303
   304    { MethodType=Property DesignTime=False }
   305    Function ComTabExcelSelectedRightInnerBorder Returns OLE_COLOR
   306        OLE_COLOR retVal
   307        Get ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to retVal
   308        Function_Return retVal
   309    End_Function
   310
   311    { MethodType=Property DesignTime=False }
   312    Procedure Set ComTabExcelSelectedRightInnerBorder OLE_COLOR value
   313        Set ComProperty of (phDispatchDriver(Self)) 15 OLE_VT_I4 to value
   314    End_Procedure
   315
   316    { MethodType=Property DesignTime=False }
   317    Function ComTabExcelSelectedLeftOuterBorder Returns OLE_COLOR
   318        OLE_COLOR retVal
   319        Get ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to retVal
   320        Function_Return retVal
   321    End_Function
   322
   323    { MethodType=Property DesignTime=False }
   324    Procedure Set ComTabExcelSelectedLeftOuterBorder OLE_COLOR value
   325        Set ComProperty of (phDispatchDriver(Self)) 16 OLE_VT_I4 to value
   326    End_Procedure
   327
   328    { MethodType=Property DesignTime=False }
   329    Function ComTabExcelSelectedRightOuterBorder Returns OLE_COLOR
   330        OLE_COLOR retVal
   331        Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to retVal
   332        Function_Return retVal
   333    End_Function
   334
   335    { MethodType=Property DesignTime=False }
   336    Procedure Set ComTabExcelSelectedRightOuterBorder OLE_COLOR value
   337        Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_I4 to value
   338    End_Procedure
   339
   340    { MethodType=Property DesignTime=False }
   341    Function ComTabExcelSelectedTopOuterBorder Returns OLE_COLOR
   342        OLE_COLOR retVal
   343        Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to retVal
   344        Function_Return retVal
   345    End_Function
   346
   347    { MethodType=Property DesignTime=False }
   348    Procedure Set ComTabExcelSelectedTopOuterBorder OLE_COLOR value
   349        Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_I4 to value
   350    End_Procedure
   351
   352    { MethodType=Property DesignTime=False }
   353    Function ComTabExcelNormalLeftInnerBorder Returns OLE_COLOR
   354        OLE_COLOR retVal
   355        Get ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to retVal
   356        Function_Return retVal
   357    End_Function
   358
   359    { MethodType=Property DesignTime=False }
   360    Procedure Set ComTabExcelNormalLeftInnerBorder OLE_COLOR value
   361        Set ComProperty of (phDispatchDriver(Self)) 19 OLE_VT_I4 to value
   362    End_Procedure
   363
   364    { MethodType=Property DesignTime=False }
   365    Function ComTabExcelNormalTopInnerBorder Returns OLE_COLOR
   366        OLE_COLOR retVal
   367        Get ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to retVal
   368        Function_Return retVal
   369    End_Function
   370
   371    { MethodType=Property DesignTime=False }
   372    Procedure Set ComTabExcelNormalTopInnerBorder OLE_COLOR value
   373        Set ComProperty of (phDispatchDriver(Self)) 20 OLE_VT_I4 to value
   374    End_Procedure
   375
   376    { MethodType=Property DesignTime=False }
   377    Function ComTabExcelNormalRightInnerBorder Returns OLE_COLOR
   378        OLE_COLOR retVal
   379        Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to retVal
   380        Function_Return retVal
   381    End_Function
   382
   383    { MethodType=Property DesignTime=False }
   384    Procedure Set ComTabExcelNormalRightInnerBorder OLE_COLOR value
   385        Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_I4 to value
   386    End_Procedure
   387
   388    { MethodType=Property DesignTime=False }
   389    Function ComTabExcelNormalLeftOuterBorder Returns OLE_COLOR
   390        OLE_COLOR retVal
   391        Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to retVal
   392        Function_Return retVal
   393    End_Function
   394
   395    { MethodType=Property DesignTime=False }
   396    Procedure Set ComTabExcelNormalLeftOuterBorder OLE_COLOR value
   397        Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_I4 to value
   398    End_Procedure
   399
   400    { MethodType=Property DesignTime=False }
   401    Function ComTabExcelNormalRightOuterBorder Returns OLE_COLOR
   402        OLE_COLOR retVal
   403        Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
   404        Function_Return retVal
   405    End_Function
   406
   407    { MethodType=Property DesignTime=False }
   408    Procedure Set ComTabExcelNormalRightOuterBorder OLE_COLOR value
   409        Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
   410    End_Procedure
   411
   412    { MethodType=Property DesignTime=False }
   413    Function ComTabExcelNormalTopOuterBorder Returns OLE_COLOR
   414        OLE_COLOR retVal
   415        Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to retVal
   416        Function_Return retVal
   417    End_Function
   418
   419    { MethodType=Property DesignTime=False }
   420    Procedure Set ComTabExcelNormalTopOuterBorder OLE_COLOR value
   421        Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_I4 to value
   422    End_Procedure
   423
   424    { MethodType=Property DesignTime=False }
   425    Function ComTabPropertyPageHighlight Returns OLE_COLOR
   426        OLE_COLOR retVal
   427        Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to retVal
   428        Function_Return retVal
   429    End_Function
   430
   431    { MethodType=Property DesignTime=False }
   432    Procedure Set ComTabPropertyPageHighlight OLE_COLOR value
   433        Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_I4 to value
   434    End_Procedure
   435
   436    { MethodType=Property DesignTime=False }
   437    Function ComTabPropertyPageShadow Returns OLE_COLOR
   438        OLE_COLOR retVal
   439        Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to retVal
   440        Function_Return retVal
   441    End_Function
   442
   443    { MethodType=Property DesignTime=False }
   444    Procedure Set ComTabPropertyPageShadow OLE_COLOR value
   445        Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_I4 to value
   446    End_Procedure
   447
   448    { MethodType=Property DesignTime=False }
   449    Function ComTabPropertyPageDarkShadow Returns OLE_COLOR
   450        OLE_COLOR retVal
   451        Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to retVal
   452        Function_Return retVal
   453    End_Function
   454
   455    { MethodType=Property DesignTime=False }
   456    Procedure Set ComTabPropertyPageDarkShadow OLE_COLOR value
   457        Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to value
   458    End_Procedure
   459
   460    { MethodType=Property DesignTime=False }
   461    Function ComTabPropertyPage2003DarkShadow Returns OLE_COLOR
   462        OLE_COLOR retVal
   463        Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
   464        Function_Return retVal
   465    End_Function
   466
   467    { MethodType=Property DesignTime=False }
   468    Procedure Set ComTabPropertyPage2003DarkShadow OLE_COLOR value
   469        Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
   470    End_Procedure
   471
   472    { MethodType=Property DesignTime=False }
   473    Function ComTabPropertyPage2003FrameBorder Returns OLE_COLOR
   474        OLE_COLOR retVal
   475        Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to retVal
   476        Function_Return retVal
   477    End_Function
   478
   479    { MethodType=Property DesignTime=False }
   480    Procedure Set ComTabPropertyPage2003FrameBorder OLE_COLOR value
   481        Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to value
   482    End_Procedure
   483
   484    { MethodType=Property DesignTime=False }
   485    Function ComTabPropertyPage2003BorderLeftHighlight Returns OLE_COLOR
   486        OLE_COLOR retVal
   487        Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
   488        Function_Return retVal
   489    End_Function
   490
   491    { MethodType=Property DesignTime=False }
   492    Procedure Set ComTabPropertyPage2003BorderLeftHighlight OLE_COLOR value
   493        Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
   494    End_Procedure
   495
   496    { MethodType=Property DesignTime=False }
   497    Function ComTabPropertyPage2003BorderTopHighlight Returns OLE_COLOR
   498        OLE_COLOR retVal
   499        Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to retVal
   500        Function_Return retVal
   501    End_Function
   502
   503    { MethodType=Property DesignTime=False }
   504    Procedure Set ComTabPropertyPage2003BorderTopHighlight OLE_COLOR value
   505        Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_I4 to value
   506    End_Procedure
   507
   508    { MethodType=Property DesignTime=False }
   509    Function ComTabStateButtonFaceLight Returns OLE_COLOR
   510        OLE_COLOR retVal
   511        Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to retVal
   512        Function_Return retVal
   513    End_Function
   514
   515    { MethodType=Property DesignTime=False }
   516    Procedure Set ComTabStateButtonFaceLight OLE_COLOR value
   517        Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_I4 to value
   518    End_Procedure
   519
   520    { MethodType=Property DesignTime=False }
   521    Function ComTabStateButtonFaceDark Returns OLE_COLOR
   522        OLE_COLOR retVal
   523        Get ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to retVal
   524        Function_Return retVal
   525    End_Function
   526
   527    { MethodType=Property DesignTime=False }
   528    Procedure Set ComTabStateButtonFaceDark OLE_COLOR value
   529        Set ComProperty of (phDispatchDriver(Self)) 33 OLE_VT_I4 to value
   530    End_Procedure
   531
   532    { MethodType=Property DesignTime=False }
   533    Function ComTabStateButtonBorderTopLeft Returns OLE_COLOR
   534        OLE_COLOR retVal
   535        Get ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_I4 to retVal
   536        Function_Return retVal
   537    End_Function
   538
   539    { MethodType=Property DesignTime=False }
   540    Procedure Set ComTabStateButtonBorderTopLeft OLE_COLOR value
   541        Set ComProperty of (phDispatchDriver(Self)) 34 OLE_VT_I4 to value
   542    End_Procedure
   543
   544    { MethodType=Property DesignTime=False }
   545    Function ComTabStateButtonBorderBottomRight Returns OLE_COLOR
   546        OLE_COLOR retVal
   547        Get ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_I4 to retVal
   548        Function_Return retVal
   549    End_Function
   550
   551    { MethodType=Property DesignTime=False }
   552    Procedure Set ComTabStateButtonBorderBottomRight OLE_COLOR value
   553        Set ComProperty of (phDispatchDriver(Self)) 35 OLE_VT_I4 to value
   554    End_Procedure
   555
   556    { MethodType=Property DesignTime=False }
   557    Function ComPaneFace Returns OLE_COLOR
   558        OLE_COLOR retVal
   559        Get ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_I4 to retVal
   560        Function_Return retVal
   561    End_Function
   562
   563    { MethodType=Property DesignTime=False }
   564    Procedure Set ComPaneFace OLE_COLOR value
   565        Set ComProperty of (phDispatchDriver(Self)) 36 OLE_VT_I4 to value
   566    End_Procedure
   567
   568    { MethodType=Property DesignTime=False }
   569    Function ComButtonHighlighted Returns OLE_COLOR
   570        OLE_COLOR retVal
   571        Get ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_I4 to retVal
   572        Function_Return retVal
   573    End_Function
   574
   575    { MethodType=Property DesignTime=False }
   576    Procedure Set ComButtonHighlighted OLE_COLOR value
   577        Set ComProperty of (phDispatchDriver(Self)) 37 OLE_VT_I4 to value
   578    End_Procedure
   579End_Class
   580
   581// CoClass
   582// CLSID: {EEE5C475-92F4-4AF7-9231-F158D1A035C3}
   583{ ClassLibrary=Windows }
   584Class cCJTabPaintManagerColorSet is a cComAutomationObject
   585    Import_Class_Protocol cCJITabPaintManagerColorSet
   586
   587    Procedure Construct_Object
   588        Forward Send Construct_Object
   589        Set peAutoCreate to acNoAutoCreate
   590    End_Procedure
   591End_Class
   592
   593// CLSID: {0EC716DE-9CE6-4D40-B6C5-3B9425FBB55A}
   594Class cCJITabPaintManager is a Mixin
   595
   596    { MethodType=Property DesignTime=False }
   597    Function ComAppearance Returns XTPTabAppearanceStyle
   598        XTPTabAppearanceStyle retVal
   599        Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to retVal
   600        Function_Return retVal
   601    End_Function
   602
   603    { MethodType=Property DesignTime=False }
   604    Procedure Set ComAppearance XTPTabAppearanceStyle value
   605        Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_I4 to value
   606    End_Procedure
   607
   608    { MethodType=Property DesignTime=False }
   609    Function ComColor Returns XTPTabColorStyle
   610        XTPTabColorStyle retVal
   611        Get ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to retVal
   612        Function_Return retVal
   613    End_Function
   614
   615    { MethodType=Property DesignTime=False }
   616    Procedure Set ComColor XTPTabColorStyle value
   617        Set ComProperty of (phDispatchDriver(Self)) 2 OLE_VT_I4 to value
   618    End_Procedure
   619
   620    { MethodType=Property DesignTime=False }
   621    Function ComLayout Returns XTPTabLayoutStyle
   622        XTPTabLayoutStyle retVal
   623        Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to retVal
   624        Function_Return retVal
   625    End_Function
   626
   627    { MethodType=Property DesignTime=False }
   628    Procedure Set ComLayout XTPTabLayoutStyle value
   629        Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_I4 to value
   630    End_Procedure
   631
   632    { MethodType=Property DesignTime=False }
   633    Function ComPosition Returns XTPTabPosition
   634        XTPTabPosition retVal
   635        Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to retVal
   636        Function_Return retVal
   637    End_Function
   638
   639    { MethodType=Property DesignTime=False }
   640    Procedure Set ComPosition XTPTabPosition value
   641        Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_I4 to value
   642    End_Procedure
   643
   644    { MethodType=Property DesignTime=False }
   645    Function ComBoldSelected Returns Boolean
   646        Boolean retVal
   647        Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to retVal
   648        Function_Return retVal
   649    End_Function
   650
   651    { MethodType=Property DesignTime=False }
   652    Procedure Set ComBoldSelected Boolean value
   653        Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_BOOL to value
   654    End_Procedure
   655
   656    { MethodType=Property DesignTime=False }
   657    Function ComHotTracking Returns Boolean
   658        Boolean retVal
   659        Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to retVal
   660        Function_Return retVal
   661    End_Function
   662
   663    { MethodType=Property DesignTime=False }
   664    Procedure Set ComHotTracking Boolean value
   665        Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_BOOL to value
   666    End_Procedure
   667
   668    { MethodType=Property DesignTime=False }
   669    Function ComShowIcons Returns Boolean
   670        Boolean retVal
   671        Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to retVal
   672        Function_Return retVal
   673    End_Function
   674
   675    { MethodType=Property DesignTime=False }
   676    Procedure Set ComShowIcons Boolean value
   677        Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_BOOL to value
   678    End_Procedure
   679
   680    { MethodType=Property DesignTime=False }
   681    Function ComDisableLunaColors Returns Boolean
   682        Boolean retVal
   683        Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal
   684        Function_Return retVal
   685    End_Function
   686
   687    { MethodType=Property DesignTime=False }
   688    Procedure Set ComDisableLunaColors Boolean value
   689        Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value
   690    End_Procedure
   691
   692    { MethodType=Property DesignTime=False }
   693    Function ComOneNoteColors Returns Boolean
   694        Boolean retVal
   695        Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal
   696        Function_Return retVal
   697    End_Function
   698
   699    { MethodType=Property DesignTime=False }
   700    Procedure Set ComOneNoteColors Boolean value
   701        Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value
   702    End_Procedure
   703
   704    { MethodType=Property DesignTime=False }
   705    Function ComClientFrame Returns XTPTabClientFrame
   706        XTPTabClientFrame retVal
   707        Get ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to retVal
   708        Function_Return retVal
   709    End_Function
   710
   711    { MethodType=Property DesignTime=False }
   712    Procedure Set ComClientFrame XTPTabClientFrame value
   713        Set ComProperty of (phDispatchDriver(Self)) 11 OLE_VT_I4 to value
   714    End_Procedure
   715
   716    { MethodType=Property DesignTime=False }
   717    Function ComStaticFrame Returns Boolean
   718        Boolean retVal
   719        Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
   720        Function_Return retVal
   721    End_Function
   722
   723    { MethodType=Property DesignTime=False }
   724    Procedure Set ComStaticFrame Boolean value
   725        Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
   726    End_Procedure
   727
   728    { MethodType=Property DesignTime=False }
   729    Function ComDrawTextPathEllipsis Returns Boolean
   730        Boolean retVal
   731        Get ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to retVal
   732        Function_Return retVal
   733    End_Function
   734
   735    { MethodType=Property DesignTime=False }
   736    Procedure Set ComDrawTextPathEllipsis Boolean value
   737        Set ComProperty of (phDispatchDriver(Self)) 17 OLE_VT_BOOL to value
   738    End_Procedure
   739
   740    { MethodType=Property DesignTime=False }
   741    Function ComDrawTextNoPrefix Returns Boolean
   742        Boolean retVal
   743        Get ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to retVal
   744        Function_Return retVal
   745    End_Function
   746
   747    { MethodType=Property DesignTime=False }
   748    Procedure Set ComDrawTextNoPrefix Boolean value
   749        Set ComProperty of (phDispatchDriver(Self)) 18 OLE_VT_BOOL to value
   750    End_Procedure
   751
   752    { MethodType=Property DesignTime=False }
   753    Function ComFont Returns Variant
   754        Variant retVal
   755        Get ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to retVal
   756        Function_Return retVal
   757    End_Function
   758
   759    { MethodType=Property DesignTime=False }
   760    Procedure Set ComFont Variant value
   761        Set ComProperty of (phDispatchDriver(Self)) -512 OLE_VT_DISPATCH to value
   762    End_Procedure
   763
   764    { MethodType=Property DesignTime=False }
   765    Function ComMultiRowFixedSelection Returns Boolean
   766        Boolean retVal
   767        Get ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to retVal
   768        Function_Return retVal
   769    End_Function
   770
   771    { MethodType=Property DesignTime=False }
   772    Procedure Set ComMultiRowFixedSelection Boolean value
   773        Set ComProperty of (phDispatchDriver(Self)) 21 OLE_VT_BOOL to value
   774    End_Procedure
   775
   776    { MethodType=Property DesignTime=False }
   777    Function ComMultiRowJustified Returns Boolean
   778        Boolean retVal
   779        Get ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to retVal
   780        Function_Return retVal
   781    End_Function
   782
   783    { MethodType=Property DesignTime=False }
   784    Procedure Set ComMultiRowJustified Boolean value
   785        Set ComProperty of (phDispatchDriver(Self)) 22 OLE_VT_BOOL to value
   786    End_Procedure
   787
   788    { MethodType=Property DesignTime=False }
   789    Function ComToolTipBehaviour Returns XTPTabToolTipBehaviour
   790        XTPTabToolTipBehaviour retVal
   791        Get ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to retVal
   792        Function_Return retVal
   793    End_Function
   794
   795    { MethodType=Property DesignTime=False }
   796    Procedure Set ComToolTipBehaviour XTPTabToolTipBehaviour value
   797        Set ComProperty of (phDispatchDriver(Self)) 23 OLE_VT_I4 to value
   798    End_Procedure
   799
   800    { MethodType=Property DesignTime=False }
   801    Function ComSelectTabOnDragOver Returns Boolean
   802        Boolean retVal
   803        Get ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to retVal
   804        Function_Return retVal
   805    End_Function
   806
   807    { MethodType=Property DesignTime=False }
   808    Procedure Set ComSelectTabOnDragOver Boolean value
   809        Set ComProperty of (phDispatchDriver(Self)) 24 OLE_VT_BOOL to value
   810    End_Procedure
   811
   812    { MethodType=Property DesignTime=False }
   813    Function ComFillBackground Returns Boolean
   814        Boolean retVal
   815        Get ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to retVal
   816        Function_Return retVal
   817    End_Function
   818
   819    { MethodType=Property DesignTime=False }
   820    Procedure Set ComFillBackground Boolean value
   821        Set ComProperty of (phDispatchDriver(Self)) 25 OLE_VT_BOOL to value
   822    End_Procedure
   823
   824    { MethodType=Property DesignTime=False }
   825    Function ComRotateImageOnVerticalDraw Returns Boolean
   826        Boolean retVal
   827        Get ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to retVal
   828        Function_Return retVal
   829    End_Function
   830
   831    { MethodType=Property DesignTime=False }
   832    Procedure Set ComRotateImageOnVerticalDraw Boolean value
   833        Set ComProperty of (phDispatchDriver(Self)) 26 OLE_VT_BOOL to value
   834    End_Procedure
   835
   836    { MethodType=Property DesignTime=False }
   837    Function ComFixedTabWidth Returns Integer
   838        Integer retVal
   839        Get ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to retVal
   840        Function_Return retVal
   841    End_Function
   842
   843    { MethodType=Property DesignTime=False }
   844    Procedure Set ComFixedTabWidth Integer value
   845        Set ComProperty of (phDispatchDriver(Self)) 27 OLE_VT_I4 to value
   846    End_Procedure
   847
   848    { MethodType=Property DesignTime=False }
   849    Function ComMinTabWidth Returns Integer
   850        Integer retVal
   851        Get ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to retVal
   852        Function_Return retVal
   853    End_Function
   854
   855    { MethodType=Property DesignTime=False }
   856    Procedure Set ComMinTabWidth Integer value
   857        Set ComProperty of (phDispatchDriver(Self)) 28 OLE_VT_I4 to value
   858    End_Procedure
   859
   860    { MethodType=Property DesignTime=False }
   861    Function ComMaxTabWidth Returns Integer
   862        Integer retVal
   863        Get ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to retVal
   864        Function_Return retVal
   865    End_Function
   866
   867    { MethodType=Property DesignTime=False }
   868    Procedure Set ComMaxTabWidth Integer value
   869        Set ComProperty of (phDispatchDriver(Self)) 29 OLE_VT_I4 to value
   870    End_Procedure
   871
   872    { MethodType=Property DesignTime=False }
   873    Function ComDrawTextFormat Returns XTPTabDrawTextFormat
   874        XTPTabDrawTextFormat retVal
   875        Get ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to retVal
   876        Function_Return retVal
   877    End_Function
   878
   879    { MethodType=Property DesignTime=False }
   880    Procedure Set ComDrawTextFormat XTPTabDrawTextFormat value
   881        Set ComProperty of (phDispatchDriver(Self)) 30 OLE_VT_I4 to value
   882    End_Procedure
   883
   884    { MethodType=Property DesignTime=False }
   885    Function ComShowTabs Returns Boolean
   886        Boolean retVal
   887        Get ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to retVal
   888        Function_Return retVal
   889    End_Function
   890
   891    { MethodType=Property DesignTime=False }
   892    Procedure Set ComShowTabs Boolean value
   893        Set ComProperty of (phDispatchDriver(Self)) 31 OLE_VT_BOOL to value
   894    End_Procedure
   895
   896    { MethodType=Property DesignTime=False }
   897    Function ComClearTypeTextQuality Returns Boolean
   898        Boolean retVal
   899        Get ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to retVal
   900        Function_Return retVal
   901    End_Function
   902
   903    { MethodType=Property DesignTime=False }
   904    Procedure Set ComClearTypeTextQuality Boolean value
   905        Set ComProperty of (phDispatchDriver(Self)) 32 OLE_VT_BOOL to value
   906    End_Procedure
   907
   908    Function ComIsColorSupported XTPTabColorStyle llColor Returns Boolean
   909        Handle hDispatchDriver
   910        Boolean retVal
   911        Get phDispatchDriver to hDispatchDriver
   912        Send PrepareParams to hDispatchDriver 1
   913        Send DefineParam to hDispatchDriver OLE_VT_I4 llColor
   914        Get InvokeComMethod of hDispatchDriver 10 OLE_VT_BOOL to retVal
   915        Function_Return retVal
   916    End_Function
   917
   918    { MethodType=Property DesignTime=False }
   919    Function ComClientMargin Returns Variant
   920        Handle hDispatchDriver
   921        Variant retVal
   922        Get phDispatchDriver to hDispatchDriver
   923        Get InvokeComMethod of hDispatchDriver 13 OLE_VT_DISPATCH to retVal
   924        Function_Return retVal
   925    End_Function
   926
   927    { MethodType=Property DesignTime=False }
   928    Function ComControlMargin Returns Variant
   929        Handle hDispatchDriver
   930        Variant retVal
   931        Get phDispatchDriver to hDispatchDriver
   932        Get InvokeComMethod of hDispatchDriver 14 OLE_VT_DISPATCH to retVal
   933        Function_Return retVal
   934    End_Function
   935
   936    { MethodType=Property DesignTime=False }
   937    Function ComHeaderMargin Returns Variant
   938        Handle hDispatchDriver
   939        Variant retVal
   940        Get phDispatchDriver to hDispatchDriver
   941        Get InvokeComMethod of hDispatchDriver 15 OLE_VT_DISPATCH to retVal
   942        Function_Return retVal
   943    End_Function
   944
   945    { MethodType=Property DesignTime=False }
   946    Function ComButtonMargin Returns Variant
   947        Handle hDispatchDriver
   948        Variant retVal
   949        Get phDispatchDriver to hDispatchDriver
   950        Get InvokeComMethod of hDispatchDriver 16 OLE_VT_DISPATCH to retVal
   951        Function_Return retVal
   952    End_Function
   953
   954    { MethodType=Property DesignTime=False }
   955    Function ComColorSet Returns Variant
   956        Handle hDispatchDriver
   957        Variant retVal
   958        Get phDispatchDriver to hDispatchDriver
   959        Get InvokeComMethod of hDispatchDriver 19 OLE_VT_DISPATCH to retVal
   960        Function_Return retVal
   961    End_Function
   962
   963    Procedure ComSetIconSize Integer llcx Integer llcy
   964        Handle hDispatchDriver
   965        Get phDispatchDriver to hDispatchDriver
   966        Send PrepareParams to hDispatchDriver 2
   967        Send DefineParam to hDispatchDriver OLE_VT_I4 llcx
   968        Send DefineParam to hDispatchDriver OLE_VT_I4 llcy
   969        Send InvokeComMethod to hDispatchDriver 20 OLE_VT_VOID
   970    End_Procedure
   971End_Class
   972
   973// CoClass
   974// CLSID: {79EB54C2-BDD4-4257-8CF4-A2AB1674C51E}
   975{ ClassLibrary=Windows }
   976Class cCJTabPaintManager is a cComAutomationObject
   977    Import_Class_Protocol cCJITabPaintManager
   978
   979    Procedure Construct_Object
   980        Forward Send Construct_Object
   981        Set peAutoCreate to acNoAutoCreate
   982    End_Procedure
   983End_Class
   984
   985// CLSID: {CCC528A8-9479-48D5-A14D-077A9FD5D276}
   986Class cCJITabControlItem is a Mixin
   987
   988    { MethodType=Property DesignTime=False }
   989    Function ComCaption Returns String
   990        String retVal
   991        Get ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to retVal
   992        Function_Return retVal
   993    End_Function
   994
   995    { MethodType=Property DesignTime=False }
   996    Procedure Set ComCaption String value
   997        Set ComProperty of (phDispatchDriver(Self)) 1 OLE_VT_BSTR to value
   998    End_Procedure
   999
  1000    { MethodType=Property DesignTime=False }
  1001    Function ComTag Returns Variant
  1002        Variant retVal
  1003        Get ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_VARIANT to retVal
  1004        Function_Return retVal
  1005    End_Function
  1006
  1007    { MethodType=Property DesignTime=False }
  1008    Procedure Set ComTag Variant value
  1009        Set ComProperty of (phDispatchDriver(Self)) 3 OLE_VT_VARIANT to value
  1010    End_Procedure
  1011
  1012    { MethodType=Property DesignTime=False }
  1013    Function ComSelected Returns Boolean
  1014        Boolean retVal
  1015        Get ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to retVal
  1016        Function_Return retVal
  1017    End_Function
  1018
  1019    { MethodType=Property DesignTime=False }
  1020    Procedure Set ComSelected Boolean value
  1021        Set ComProperty of (phDispatchDriver(Self)) 4 OLE_VT_BOOL to value
  1022    End_Procedure
  1023
  1024    { MethodType=Property DesignTime=False }
  1025    Function ComImage Returns Integer
  1026        Integer retVal
  1027        Get ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to retVal
  1028        Function_Return retVal
  1029    End_Function
  1030
  1031    { MethodType=Property DesignTime=False }
  1032    Procedure Set ComImage Integer value
  1033        Set ComProperty of (phDispatchDriver(Self)) 5 OLE_VT_I4 to value
  1034    End_Procedure
  1035
  1036    { MethodType=Property DesignTime=False }
  1037    Function ComColor Returns OLE_COLOR
  1038        OLE_COLOR retVal
  1039        Get ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to retVal
  1040        Function_Return retVal
  1041    End_Function
  1042
  1043    { MethodType=Property DesignTime=False }
  1044    Procedure Set ComColor OLE_COLOR value
  1045        Set ComProperty of (phDispatchDriver(Self)) 6 OLE_VT_I4 to value
  1046    End_Procedure
  1047
  1048    { MethodType=Property DesignTime=False }
  1049    Function ComVisible Returns Boolean
  1050        Boolean retVal
  1051        Get ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to retVal
  1052        Function_Return retVal
  1053    End_Function
  1054
  1055    { MethodType=Property DesignTime=False }
  1056    Procedure Set ComVisible Boolean value
  1057        Set ComProperty of (phDispatchDriver(Self)) 8 OLE_VT_BOOL to value
  1058    End_Procedure
  1059
  1060    { MethodType=Property DesignTime=False }
  1061    Function ComEnabled Returns Boolean
  1062        Boolean retVal
  1063        Get ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to retVal
  1064        Function_Return retVal
  1065    End_Function
  1066
  1067    { MethodType=Property DesignTime=False }
  1068    Procedure Set ComEnabled Boolean value
  1069        Set ComProperty of (phDispatchDriver(Self)) 9 OLE_VT_BOOL to value
  1070    End_Procedure
  1071
  1072    { MethodType=Property DesignTime=False }
  1073    Function ComToolTip Returns String
  1074        String retVal
  1075        Get ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to retVal
  1076        Function_Return retVal
  1077    End_Function
  1078
  1079    { MethodType=Property DesignTime=False }
  1080    Procedure Set ComToolTip String value
  1081        Set ComProperty of (phDispatchDriver(Self)) 10 OLE_VT_BSTR to value
  1082    End_Procedure
  1083
  1084    { MethodType=Property DesignTime=False }
  1085    Function ComClosable Returns Boolean
  1086        Boolean retVal
  1087        Get ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to retVal
  1088        Function_Return retVal
  1089    End_Function
  1090
  1091    { MethodType=Property DesignTime=False }
  1092    Procedure Set ComClosable Boolean value
  1093        Set ComProperty of (phDispatchDriver(Self)) 12 OLE_VT_BOOL to value
  1094    End_Procedure
  1095
  1096    { MethodType=Property DesignTime=False }
  1097    Function ComHandle Returns OLE_HANDLE
  1098        OLE_HANDLE retVal
  1099        Get ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to retVal
  1100        Function_Return retVal
  1101    End_Function
  1102
  1103    { MethodType=Property DesignTime=False }
  1104    Procedure Set ComHandle OLE_HANDLE value
  1105        Set ComProperty of (phDispatchDriver(Self)) 7 OLE_VT_I4 to value
  1106    End_Procedure
  1107
  1108    { MethodType=Property DesignTime=False }
  1109    Function ComIndex Returns Integer
  1110        Handle hDispatchDriver
  1111        Integer retVal
  1112        Get phDispatchDriver to hDispatchDriver
  1113        Get InvokeComMethod of hDispatchDriver 2 OLE_VT_I4 to retVal
  1114        Function_Return retVal
  1115    End_Function
  1116
  1117    Procedure ComMove Integer llIndex
  1118        Handle hDispatchDriver
  1119        Get phDispatchDriver to hDispatchDriver
  1120        Send PrepareParams to hDispatchDriver 1
  1121        Send DefineParam to hDispatchDriver OLE_VT_I4 llIndex
  1122        Send InvokeComMethod to hDispatchDriver 11 OLE_VT_VOID
  1123    End_Procedure
  1124
  1125    Procedure ComGetRect Integer ByRef llLeft Integer ByRef llTop Integer ByRef llRight Integer ByRef llBottom
  1126        Handle hDispatchDriver
  1127        Get phDispatchDriver to hDispatchDriver
  1128        Send PrepareParams to hDispatchDriver 4
  1129        Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llLeft
  1130        Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llTop
  1131        Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llRight
  1132        Send DefineParam to hDispatchDriver (OLE_VT_BYREF ior OLE_VT_I4) llBottom
  1133        Send InvokeComMethod to hDispatchDriver 13 OLE_VT_VOID
  1134    End_Procedure
  1135
  1136    Procedure ComEnsureVisible
  1137        Handle hDispatchDriver
  1138        Get phDispatchDriver to hDispatchDriver
  1139        Send InvokeComMethod to hDispatchDriver 14 OLE_VT_VOID
  1140    End_Procedure
  1141End_Class
  1142
  1143// CoClass
  1144// CLSID: {1DC3FB95-9808-4CBF-BAC2-F2455C8C8A46}
  1145{ ClassLibrary=Windows }
  1146Class cCJComTabControlItem is a cComAutomationObject
  1147    Import_Class_Protocol cCJITabControlItem
  1148
  1149    Procedure Construct_Object
  1150        Forward Send Construct_Object
  1151        Set peAutoCreate to acNoAutoCreate
  1152    End_Procedure
  1153End_Class
  1154