constants BackgroundPartEnum
/*not supported in the lite version*/ The BackgroundPartEnum type indicates parts in the control. Use the Background property to specify a background color or a visual appearance for specific parts in the control. A Color expression that indicates the background color for a specified part. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.

If you refer a part of the scroll bar please notice the following:  


 NameValueDescription 
   exHeaderFilterBarButton0 Specifies the background color for the drop down filter bar button, when it is up. Use the DisplayFilterButton property to specify whether the drop down filter bar button is visible or hidden.  
   exFooterFilterBarButton1 Specifies the background color for the closing button in the filter bar. Use the ClearFilter method to remove the filter from the control.   
   exCellButtonUp2 Specifies the background color for the cell's button, when it is up. Use the CellHasButton property to assign a button to a cell.  
   exCellButtonDown3 Specifies the background color for the cell's button, when it is down. Use the CellHasButton property to assign a button to a cell.  
   exDateHeader8 Specifies the visual appearance for the header in a calendar control.  
   exDateTodayUp9 Specifies the visual appearance for the today button in a calendar control, when it is up.  
   exDateTodayDown10 Specifies the visual appearance for the today button in a calendar control, when it is down.  
   exDateScrollThumb11 Specifies the visual appearance for the scrolling thumb in a calendar control.  
   exDateScrollRange12 Specifies the visual appearance for the scrolling range in a calendar control.  
   exDateSeparatorBar13 Specifies the visual appearance for the separator bar in a calendar control.  
   exDateSelect14 Specifies the visual appearance for the selected date in a calendar control.  
   exSelBackColorFilter20 Specifies the visual appearance for the selection in the drop down filter window. The drop down filter window shows up when the user clicks the filter button in the column's header. Use the DisplayFilterButton property to specify whether the drop down filter bar button is visible or hidden.  
   exSelForeColorFilter21 Specifies the foreground color for the selection in the drop down filter window.  
   exCursorHoverColumn32 Specifies the visual appearance for the column when the cursor hovers the column. By default, the exCursorHoverColumn property is zero, and it has no effect, so the visual appearance for the column is not changed when the cursor hovers the header.  
   exDragDropBefore33 Specifies the visual appearance for the drag and drop cursor before showing the items. This option can be used to apply a background to the dragging items, before painting the items.  
   exDragDropAfter34 Specifies the visual appearance for the drag and drop cursor after showing the items. This option can be used to apply a semi-transparent/opaque background to the dragging items, after painting the items.  
   exDragDropListTop35 Specifies the graphic feedback of the item from the drag and drop cursor if the cursor is in the top half of the row. Please note, that if a visual effect is specified for exDragDropListOver AND exDragDropListBetween states, and a visual effect is specified for exDragDropListTop OR/AND exDragDropListBottom state(s), the exDragDropListTop visual effect is displayed ONLY if the cursor is over the first visible item, and the exDragDropListBottom visual effect is shown ONLY for the last visible item. Use the ItemFromPoint property to retrieve the hit test code for the part from the cursor.  
   exDragDropListBottom36 Specifies the graphic feedback of the item from the drag and drop cursor if the cursor is in the bottom half of the row. Please note, that if a visual effect is specified for exDragDropListOver AND exDragDropListBetween states, and a visual effect is specified for exDragDropListTop OR/AND exDragDropListBottom state(s), the exDragDropListTop visual effect is displayed ONLY if the cursor is over the first visible item, and the exDragDropListBottom visual effect is shown ONLY for the last visible item. Use the ItemFromPoint property to retrieve the hit test code for the part from the cursor.  
   exDragDropForeColor37 Specifies the foreground color for the items being dragged. By default, the foreground color is black.    
   exDragDropListOver38 Specifies the graphic feedback of the item from the cursor if it is over the item. Please note, that if a visual effect is specified for exDragDropListOver AND exDragDropListBetween states, and a visual effect is specified for exDragDropListTop OR/AND exDragDropListBottom state(s), the exDragDropListTop visual effect is displayed ONLY if the cursor is over the first visible item, and the exDragDropListBottom visual effect is shown ONLY for the last visible item. Use the ItemFromPoint property to retrieve the hit test code for the part from the cursor.  
   exDragDropListBetween39 Specifies the graphic feedback of the item when the drag and drop cursor is between items. Please note, that if a visual effect is specified for exDragDropListOver AND exDragDropListBetween states, and a visual effect is specified for exDragDropListTop OR/AND exDragDropListBottom state(s), the exDragDropListTop visual effect is displayed ONLY if the cursor is over the first visible item, and the exDragDropListBottom visual effect is shown ONLY for the last visible item. Use the ItemFromPoint property to retrieve the hit test code for the part from the cursor.  
   exToolTipAppearance64 Indicates the visual appearance of the borders of the tooltips. Use the ToolTipPopDelay property specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. Use the CellToolTip property to specify the cell's tooltip. Use the ToolTipWidth property to specify the width of the tooltip window. The ToolTipDelay property specifies the time in ms that passes before the ToolTip appears. Use the ShowToolTip method to display a custom tooltip.  
   exToolTipBackColor65 Specifies the tooltip's background color.  
   exToolTipForeColor66 Specifies the tooltip's foreground color.  
   exVSUp256 The up button in normal state, in the vertical scroll bar.  
   exVSUpP257 The up button when it is pressed, in the vertical scroll bar.  
   exVSUpD258 The up button when it is disabled, in the vertical scroll bar.  
   exVSUpH259 The up button when the cursor hovers it, in the vertical scroll bar.  
   exVSThumb260 The thumb part (exThumbPart) in normal state, in the vertical scroll bar.  
   exVSThumbP261 The thumb part (exThumbPart) when it is pressed, in the vertical scroll bar.  
   exVSThumbD262 The thumb part (exThumbPart) when it is disabled, in the vertical scroll bar.  
   exVSThumbH263 The thumb part (exThumbPart) when cursor hovers it, in the vertical scroll bar.  
   exVSDown264 The down button in normal state, in the vertical scroll bar.  
   exVSDownP265 The down button when it is pressed, in the vertical scroll bar.  
   exVSDownD266 The down button when it is disabled, in the vertical scroll bar.  
   exVSDownH267 The down button when the cursor hovers it, in the vertical scroll bar.  
   exVSLower268 The lower part ( exLowerBackPart ) in normal state, in the vertical scroll bar.  
   exVSLowerP269 The lower part ( exLowerBackPart ) when it is pressed, in the vertical scroll bar.  
   exVSLowerD270 The lower part ( exLowerBackPart ) when it is disabled, in the vertical scroll bar.  
   exVSLowerH271 The lower part ( exLowerBackPart ) when the cursor hovers it, in the vertical scroll bar.  
   exVSUpper272 The upper part ( exUpperBackPart ) in normal state, in the vertical scroll bar.  
   exVSUpperP273 The upper part ( exUpperBackPart ) when it is pressed, in the vertical scroll bar.  
   exVSUpperD274 The upper part ( exUpperBackPart ) when it is disabled, in the vertical scroll bar.  
   exVSUpperH275 The upper part ( exUpperBackPart ) when the cursor hovers it, in the vertical scroll bar.  
   exVSBack276 The background part ( exLowerBackPart and exUpperBackPart ) in normal state, in the vertical scroll bar.  
   exVSBackP277 The background part ( exLowerBackPart and exUpperBackPart ) when it is pressed, in the vertical scroll bar.  
   exVSBackD278 The background part ( exLowerBackPart and exUpperBackPart ) when it is disabled, in the vertical scroll bar.  
   exVSBackH279 The background part ( exLowerBackPart and exUpperBackPart ) when the cursor hovers it, in the vertical scroll bar.  
   exHSLeft384 The left button in normal state, in the horizontal scroll bar.  
   exHSLeftP385 The left button when it is pressed, in the horizontal scroll bar..  
   exHSLeftD386 The left button when it is disabled, in the horizontal scroll bar..  
   exHSLeftH387 The left button when the cursor hovers it, in the horizontal scroll bar..  
   exHSThumb388 The thumb part (exThumbPart) in normal state, in the horizontal scroll bar..  
   exHSThumbP389 The thumb part (exThumbPart) when it is pressed, in the horizontal scroll bar..  
   exHSThumbD390 The thumb part (exThumbPart) when it is disabled, in the horizontal scroll bar..  
   exHSThumbH391 The thumb part (exThumbPart) when the cursor hovers it, in the horizontal scroll bar..  
   exHSRight392 The right button in normal state, in the horizontal scroll bar..  
   exHSRightP393 The right button when it is pressed, in the horizontal scroll bar..  
   exHSRightD394 The right button when it is disabled, in the horizontal scroll bar..  
   exHSRightH395 The right button when the cursor hovers it, in the horizontal scroll bar..  
   exHSLower396 The lower part (exLowerBackPart) in normal state, in the horizontal scroll bar..  
   exHSLowerP397 The lower part (exLowerBackPart) when it is pressed, in the horizontal scroll bar..  
   exHSLowerD398 The lower part (exLowerBackPart) when it is disabled, in the horizontal scroll bar..  
   exHSLowerH399 The lower part (exLowerBackPart) when the cursor hovers it, in the horizontal scroll bar..  
   exHSUpper400 The upper part (exUpperBackPart) in normal state, in the horizontal scroll bar..  
   exHSUpperP401 The upper part (exUpperBackPart) when it is pressed, in the horizontal scroll bar..  
   exHSUpperD402 The upper part (exUpperBackPart) when it is disabled, in the horizontal scroll bar..  
   exHSUpperH403 The upper part (exUpperBackPart) when the cursor hovers it, in the horizontal scroll bar..  
   exHSBack404 The background part (exLowerBackPart and exUpperBackPart) in normal state, in the horizontal scroll bar..  
   exHSBackP405 The background part (exLowerBackPart and exUpperBackPart) when it is pressed, in the horizontal scroll bar..  
   exHSBackD406 The background part (exLowerBackPart and exUpperBackPart) when it is disabled, in the horizontal scroll bar..  
   exHSBackH407 The background part (exLowerBackPart and exUpperBackPart) when the cursor hovers it, in the horizontal scroll bar..  
   exSBtn324 All button parts ( L1-L5, LButton, exThumbPart, RButton, R1-R6 ), in normal state, in the scroll bar..  
   exSBtnP325 All button parts ( L1-L5, LButton, exThumbPart, RButton, R1-R6 ), when it is pressed, in the scroll bar..  
   exSBtnD326 All button parts ( L1-L5, LButton, exThumbPart, RButton, R1-R6 ), when it is disabled, in the scroll bar..  
   exSBtnH327 All button parts ( L1-L5, LButton, exThumbPart, RButton, R1-R6 ), when the cursor hovers it , in the scroll bar..  
   exScrollSizeGrip511 The background of the part being displayed in the bottom-right side of the control, if vertical and horizontal scroll bars are visible.  
 


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.