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. The BackgroundPartEnum
supports the following values:
| | 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.
| |
| |
exToolBarButtonUpBackColor | 151
|
exToolBarButtonUpBackColor. Specifies the visual appearance of the item when it is up.
| |
| |
exToolBarButtonUpForeColor | 152
|
exToolBarButtonUpForeColor. Specifies the foreground color of the item when it is up.
| |
| |
exToolBarButtonDownBackColor | 153
|
exToolBarButtonDownBackColor. Specifies the visual appearance of the item when it is down.
| |
| |
exToolBarButtonDownForeColor | 154
|
exToolBarButtonUpForeColor. Specifies the foreground color of the item when it is down.
| |
| |
exToolBarButtonHotBackColor | 155
|
exToolBarButtonHotBackColor. Specifies the visual appearance of the item when the cursor hovers it.
| |
| |
exToolBarButtonHotForeColor | 156
|
exToolBarButtonHotForeColor. Specifies the foreground color of the item when the cursor hovers it.
| |