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.
| | Name | Value | Description | |
| |
exToolTipAppearance | 64
|
exToolTipAppearance. Specifies the visual appearance of the borders of the tooltips.
| |
| |
exToolTipBackColor | 65
|
exToolTipBackColor. Specifies the tooltip's background color.
| |
| |
exToolTipForeColor | 66
|
exToolTipForeColor. Specifies the tooltip's foreground color.
| |
| |
exVSUp | 256
|
The up button in normal state.
| |
| |
exVSUpP | 257
|
The up button when it is pressed.
| |
| |
exVSUpD | 258
|
The up button when it is disabled.
| |
| |
exVSUpH | 259
|
The up button when the cursor hovers it.
| |
| |
exVSThumb | 260
|
The thumb part (exThumbPart) in normal state.
| |
| |
exVSThumbP | 261
|
The thumb part (exThumbPart) when it is pressed.
| |
| |
exVSThumbD | 262
|
The thumb part (exThumbPart) when it is disabled.
| |
| |
exVSThumbH | 263
|
The thumb part (exThumbPart) when cursor hovers it.
| |
| |
exVSDown | 264
|
The down button in normal state.
| |
| |
exVSDownP | 265
|
The down button when it is pressed.
| |
| |
exVSDownD | 266
|
The down button when it is disabled.
| |
| |
exVSDownH | 267
|
The down button when the cursor hovers it.
| |
| |
exVSLower | 268
|
The lower part ( exLowerBackPart ) in normal state.
| |
| |
exVSLowerP | 269
|
The lower part ( exLowerBackPart ) when it is pressed.
| |
| |
exVSLowerD | 270
|
The lower part ( exLowerBackPart ) when it is disabled.
| |
| |
exVSLowerH | 271
|
The lower part ( exLowerBackPart ) when the cursor hovers it.
| |
| |
exVSUpper | 272
|
The upper part ( exUpperBackPart ) in normal state.
| |
| |
exVSUpperP | 273
|
The upper part ( exUpperBackPart ) when it is pressed.
| |
| |
exVSUpperD | 274
|
The upper part ( exUpperBackPart ) when it is disabled.
| |
| |
exVSUpperH | 275
|
The upper part ( exUpperBackPart ) when the cursor hovers it.
| |
| |
exVSBack | 276
|
The background part ( exLowerBackPart and exUpperBackPart ) in normal state.
| |
| |
exVSBackP | 277
|
The background part ( exLowerBackPart and exUpperBackPart ) when it is pressed.
| |
| |
exVSBackD | 278
|
The background part ( exLowerBackPart and exUpperBackPart ) when it is disabled.
| |
| |
exVSBackH | 279
|
The background part ( exLowerBackPart and exUpperBackPart ) when the cursor hovers it.
| |
| |
exSBtn | 324
|
All button parts ( L1-L5, LButton, exThumbPart, RButton, R1-R6 ), in normal state.
| |
| |
exSBtnP | 325
|
All button parts ( L1-L5, LButton, exThumbPart, RButton, R1-R6 ), when it is pressed.
| |
| |
exSBtnD | 326
|
All button parts ( L1-L5, LButton, exThumbPart, RButton, R1-R6 ), when it is disabled.
| |
| |
exSBtnH | 327
|
All button parts ( L1-L5, LButton, exThumbPart, RButton, R1-R6 ), when the cursor hovers it .
| |