//AB/ CLASSDEF Class cWinListView is a Edit Set Type_Of_Drag To TD_DRAG_CONTROL Set Drop_Allowed To False Set Control_Type To ctBASE Set Floating_Menu_Id TO TextBoxFloater.obj Set ClassPackage To "cWinListView.pkg" Set ObjectNameMask To "oWinListView" Property Always_Generate Complex Size 60 120 Property Complex Location Property Mode Border_Style Border_ClientEdge Border_None BORDER_DIALOG BORDER_CLIENTEDGE BORDER_STATICEDGE BORDER_NORMAL BORDER_WINDOWEDGE Property No_Execute Boolean pbUnderlineColdItems False Property No_Execute Boolean pbUnderlineHotItems True Property No_Execute Boolean pbHoverSelection False Property No_Execute Boolean pbSupportWorkAreas False Property No_Execute Boolean pbUseToolTipCallBack True Property No_Execute Boolean pbUseFlatScrollBars False Property No_Execute Boolean pbWrapItemLabels True Property No_Execute Boolean pbShowScrollBars True Property No_Execute Boolean pbShowColumnHeader True Property No_Execute Boolean pbSupportHeaderSort True Property No_Execute Boolean pbSupportSharedILs True Property No_Execute Boolean pbSupportLabelEdit False Property No_Execute Boolean pbSupportHeaderDnD True Property No_Execute Boolean pbSupportSubImages False Property No_Execute Boolean pbAutoArrange True Property No_Execute Boolean pbRetainSel True Property No_Execute Boolean pbSingleSel True Property No_Execute Boolean pbHighLightRow True Property No_Execute Boolean pbCheckBoxes True Property No_Execute Boolean pbGridLines False Property No_Execute Boolean pbHotTrackOneClick False Property No_Execute Boolean pbHotTrackTwoClick False End_Class