constants BackgroundPartEnum
The BackgroundPartEnum type defines the parts of the control in a specified state. Use the Background property to change the visual appearance of a any part of the control in a specified state. 

Use the VisiblePart or VisibleParts property to specify which part is visible and which part is not visible. Use the EnablePart or EnableParts property to specify which part is enabled and which part is disabled. 


NameValueDescription
exToolTipAppearance64 Indicates the visual appearance of the borders of the tooltips. Use the ToolTipWidth property to specify the width of the tooltip window. 
exToolTipBackColor65 Specifies the tooltip's background color.
exToolTipForeColor66 Specifies the tooltip's foreground color.
exVSSel280 The selection range part (exSelPart) in normal state.
exVSSelP281 The selection range part (exSelPart) when it is pressed.
exVSSelD282 The selection range part (exSelPart) when it is disabled.
exVSSelH283 The selection range part (exSelPart) when cursor hovers it.
exVSThumb260 Specifies the thumb part (exThumbPart) in normal state.
exVSThumbP261 Specifies the thumb part (exThumbPart) when it is pressed.
exVSThumbD262 Specifies the thumb part (exThumbPart) when it is disabled.
exVSThumbH263 Specifies the thumb part (exThumbPart) when cursor hovers it.
exVSLower268 Specifies the lower part ( exLowerBackPart ) in normal state.
exVSLowerP269 Specifies the lower part ( exLowerBackPart ) when it is pressed.
exVSLowerD270 Specifies the lower part ( exLowerBackPart ) when it is disabled.
exVSLowerH271 Specifies the lower part ( exLowerBackPart ) when the cursor hovers it.
exVSUpper272 Specifies the upper part ( exUpperBackPart ) in normal state.
exVSUpperP273 Specifies the upper part ( exUpperBackPart ) when it is pressed.
exVSUpperD274 Specifies the upper part ( exUpperBackPart ) when it is disabled.
exVSUpperH275 Specifies the upper part ( exUpperBackPart ) when the cursor hovers it.
exVSBack276 Specifies the background part ( exLowerBackPart and exUpperBackPart ) in normal state.
exVSBackP277 Specifies the background part ( exLowerBackPart and exUpperBackPart ) when it is pressed.
exVSBackD278 Specifies the background part ( exLowerBackPart and exUpperBackPart ) when it is disabled.
exVSBackH279 Specifies the background part ( exLowerBackPart and exUpperBackPart ) when the cursor hovers it.
exHSSel408 The select range part (exSelPart) in normal state.
exHSSelP409 The selection range part (exSelPart) when it is pressed.
exHSSelD410 The selection range part (exSelPart) when it is disabled.
exHSSelH411 The selection range part (exSelPart) when the cursor hovers it.
exHSThumb388 Specifies the thumb part (exThumbPart) in normal state.
exHSThumbP389 Specifies the thumb part (exThumbPart) when it is pressed.
exHSThumbD390 Specifies the thumb part (exThumbPart) when it is disabled.
exHSThumbH391 Specifies the thumb part (exThumbPart) when the cursor hovers it.
exHSLower396 Specifies the lower part (exLowerBackPart) in normal state.
exHSLowerP397 Specifies the lower part (exLowerBackPart) when it is pressed.
exHSLowerD398 Specifies the lower part (exLowerBackPart) when it is disabled.
exHSLowerH399 Specifies the lower part (exLowerBackPart) when the cursor hovers it.
exHSUpper400 Specifies the upper part (exUpperBackPart) in normal state.
exHSUpperP401 Specifies the upper part (exUpperBackPart) when it is pressed.
exHSUpperD402 Specifies the upper part (exUpperBackPart) when it is disabled.
exHSUpperH403 Specifies the upper part (exUpperBackPart) when the cursor hovers it.
exHSBack404 Specifies the background part (exLowerBackPart and exUpperBackPart) in normal state.
exHSBackP405 Specifies the background part (exLowerBackPart and exUpperBackPart) when it is pressed.
exHSBackD406 Specifies the background part (exLowerBackPart and exUpperBackPart) when it is disabled.
exHSBackH407 Specifies the background part (exLowerBackPart and exUpperBackPart) when the cursor hovers it.