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.
All BackgroundPartEnum expressions that starts with exVS changes a part in a vertical slider ( Orientation property is exVertical ).
All BackgroundPartEnum expressions that starts with exHS changes a part in the horizontal slider ( Orientation property is exHorizontal ).
Any BackgroundPartEnum expression that ends with P specifies a part of the control when it is pressed.
Any BackgroundPartEnum expression that ends with D specifies a part of the control when it is disabled.
Any BackgroundPartEnum expression that ends with H specifies a part of the control when the cursor hovers it.
Any BackgroundPartEnum expression that ends with no H,
P or D specifies
a part of the control in normal state.
Name | Value | Description | |||
exToolTipAppearance | 64 | Indicates the visual appearance of the borders of the tooltips. Use the ToolTipWidth property to specify the width of the tooltip window. | |||
exToolTipBackColor | 65 | Specifies the tooltip's background color. | |||
exToolTipForeColor | 66 | Specifies the tooltip's foreground color. | |||
exVSSel | 280 | The selection range part (exSelPart) in normal state. | |||
exVSSelP | 281 | The selection range part (exSelPart) when it is pressed. | |||
exVSSelD | 282 | The selection range part (exSelPart) when it is disabled. | |||
exVSSelH | 283 | The selection range part (exSelPart) when cursor hovers it. | |||
exVSThumb | 260 | Specifies the thumb part (exThumbPart) in normal state. | |||
exVSThumbP | 261 | Specifies the thumb part (exThumbPart) when it is pressed. | |||
exVSThumbD | 262 | Specifies the thumb part (exThumbPart) when it is disabled. | |||
exVSThumbH | 263 | Specifies the thumb part (exThumbPart) when cursor hovers it. | |||
exVSLower | 268 | Specifies the lower part ( exLowerBackPart ) in normal state. | |||
exVSLowerP | 269 | Specifies the lower part ( exLowerBackPart ) when it is pressed. | |||
exVSLowerD | 270 | Specifies the lower part ( exLowerBackPart ) when it is disabled. | |||
exVSLowerH | 271 | Specifies the lower part ( exLowerBackPart ) when the cursor hovers it. | |||
exVSUpper | 272 | Specifies the upper part ( exUpperBackPart ) in normal state. | |||
exVSUpperP | 273 | Specifies the upper part ( exUpperBackPart ) when it is pressed. | |||
exVSUpperD | 274 | Specifies the upper part ( exUpperBackPart ) when it is disabled. | |||
exVSUpperH | 275 | Specifies the upper part ( exUpperBackPart ) when the cursor hovers it. | |||
exVSBack | 276 | Specifies the background part ( exLowerBackPart and exUpperBackPart ) in normal state. | |||
exVSBackP | 277 | Specifies the background part ( exLowerBackPart and exUpperBackPart ) when it is pressed. | |||
exVSBackD | 278 | Specifies the background part ( exLowerBackPart and exUpperBackPart ) when it is disabled. | |||
exVSBackH | 279 | Specifies the background part ( exLowerBackPart and exUpperBackPart ) when the cursor hovers it. | |||
exHSSel | 408 | The select range part (exSelPart) in normal state. | |||
exHSSelP | 409 | The selection range part (exSelPart) when it is pressed. | |||
exHSSelD | 410 | The selection range part (exSelPart) when it is disabled. | |||
exHSSelH | 411 | The selection range part (exSelPart) when the cursor hovers it. | |||
exHSThumb | 388 | Specifies the thumb part (exThumbPart) in normal state. | |||
exHSThumbP | 389 | Specifies the thumb part (exThumbPart) when it is pressed. | |||
exHSThumbD | 390 | Specifies the thumb part (exThumbPart) when it is disabled. | |||
exHSThumbH | 391 | Specifies the thumb part (exThumbPart) when the cursor hovers it. | |||
exHSLower | 396 | Specifies the lower part (exLowerBackPart) in normal state. | |||
exHSLowerP | 397 | Specifies the lower part (exLowerBackPart) when it is pressed. | |||
exHSLowerD | 398 | Specifies the lower part (exLowerBackPart) when it is disabled. | |||
exHSLowerH | 399 | Specifies the lower part (exLowerBackPart) when the cursor hovers it. | |||
exHSUpper | 400 | Specifies the upper part (exUpperBackPart) in normal state. | |||
exHSUpperP | 401 | Specifies the upper part (exUpperBackPart) when it is pressed. | |||
exHSUpperD | 402 | Specifies the upper part (exUpperBackPart) when it is disabled. | |||
exHSUpperH | 403 | Specifies the upper part (exUpperBackPart) when the cursor hovers it. | |||
exHSBack | 404 | Specifies the background part (exLowerBackPart and exUpperBackPart) in normal state. | |||
exHSBackP | 405 | Specifies the background part (exLowerBackPart and exUpperBackPart) when it is pressed. | |||
exHSBackD | 406 | Specifies the background part (exLowerBackPart and exUpperBackPart) when it is disabled. | |||
exHSBackH | 407 | Specifies the background part (exLowerBackPart and exUpperBackPart) when the cursor hovers it. |