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 | |
| |
exDropDownButtonUp | 0
|
Specifies the visual appearance for the drop down button, when it is up.
| |
| |
exDropDownButtonDown | 1
|
Specifies the visual appearance for the drop down button, when it is down.
| |
| |
exButtonUp | 2
|
Specifies the visual appearance for the button inside the editor, when it is up.
| |
| |
exButtonDown | 3
|
Specifies the visual appearance for the button inside the editor, when it is down.
| |
| |
exDateHeader | 8
|
Specifies the visual appearance for the header in a calendar control.
| |
| |
exDateTodayUp | 9
|
Specifies the visual appearance for the today button in a calendar control, when it is up.
| |
| |
exDateTodayDown | 10
|
Specifies the visual appearance for the today button in a calendar control, when it is down.
| |
| |
exDateScrollThumb | 11
|
Specifies the visual appearance for the scrolling thumb in a calendar control.
| |
| |
exDateScrollRange | 12
|
Specifies the visual appearance for the scrolling range in a calendar control.
| |
| |
exDateSeparatorBar | 13
|
Specifies the visual appearance for the separator bar in a calendar control.
| |
| |
exDateSelect | 14
|
Specifies the visual appearance for the selected date in a calendar control.
| |
| |
exSpinUpButtonUp | 22
|
Specifies the visual appearance for the up spin button when it is not pressed.
| |
| |
exSpinUpButtonDown | 23
|
Specifies the visual appearance for the up spin button when it is pressed.
| |
| |
exSpinDownButtonUp | 24
|
Specifies the visual appearance for the down spin button when it is not pressed.
| |
| |
exSpinDownButtonDown | 25
|
Specifies the visual appearance for the down spin button when it is pressed.
| |
| |
exToolTipAppearance | 64
|
Specifies the visual appearance of the borders of the tooltips.
| |
| |
exToolTipBackColor | 65
|
Specifies the tooltip's background color.
| |
| |
exToolTipForeColor | 66
|
Specifies the tooltip's foreground color.
| |