The BackgroundPartEnum type indicates parts in
the control. Use the
Background,
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 | |
| |
exScrollUp | 0
|
Specifies the visual appearance for the up arrow in the calendar's header.
| |
| |
exScrollDown | 1
|
Specifies the visual appearance for the down arrow in the calendar's header.
| |
| |
exScrollLeft | 2
|
Specifies the visual appearance for the left arrow in the calendar's header.
| |
| |
exScrollRight | 3
|
Specifies the visual appearance for the right arrow in the calendar's header.
| |
| |
exDropDownButtonUp | 4
|
Returns or sets a value that indicates the visual drop down button.
| |
| |
exDropDownButtonDown | 5
|
Returns or sets a value that indicates the visual drop down button.
| |
| |
exDaysHeader | 6
|
Specifies the visual appearance for the days header.
| |
| |
exWeeksHeader | 7
|
Specifies the visual appearance for the weeks header.
| |
| |
exDateHeader | 8
|
Specifies the visual appearance for the months 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.
| |
| |
exMarkToday | 14
|
Returns or sets a value that indicates the visual appearance for today date.
| |
| |
exMonthSelect | 15
|
Specifies the visual appearance for the selected month in the months drop down window.
| |
| |
exMonthSelectForeColor | 16
|
Specifies the foreground color for the selected month in the months drop down window.
| |
| |
exDropDownBackColor | 17
|
Specifies the background color for the drop down portion of the control. This
option does not support EBN objects.
| |
| |
exDropDownForeColor | 18
|
Specifies the foreground color for the drop down portion of the control.
| |
| |
exDropDownSelBackColor | 19
|
Specifies the background color for the selected date in the drop down portion of the control.
| |
| |
exDropDownSelForeColor | 20
|
Specifies the foreground color for the selected date in the drop down portion of the control.
| |
| |
exDateHeaderForeColor | 21
|
Specifies the foreground color to show the months in the header.
| |
| |
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.
| |
| |
exDaysHeaderForeColor | 28
|
Specifies the foreground color for the days header.
| |
| |
exWeeksHeaderForeColor | 29
|
Specifies the foreground color for the weeks header.
| |
| |
exMarkTodayForeColor | 30
|
Specifies the foreground color for the today date.
| |
| |
exDateTodayForeColor | 31
|
Specifies the foreground color for the Today button.
| |
| |
exFocusDate | 32
|
Specifies visual appearance for the focused date.
| |
| |
exFocusDateForeColor | 33
|
Specifies foreground color for the focused date.
| |
| |
exToolTipAppearance | 64
|
Indicates the visual appearance of the borders of the tooltips. Use the ToolTipPopDelay
property specifies the period in ms of time the ToolTip remains visible if the
mouse pointer is stationary within a control. Use the ToolTipWidth
property to specify the width of the tooltip window. The ToolTipDelay
property specifies the time in ms that passes before the ToolTip appears. Use
the ShowToolTip method to display a custom
tooltip.
| |
| |
exToolTipBackColor | 65
|
Specifies the tooltip's background color.
| |
| |
exToolTipForeColor | 66
|
Specifies the tooltip's foreground color.
| |
| |
exDropDownAppearance | 67
|
Specifies the visual appearance of the drop down portion of the control. This
option can be a value of AppearanceEnum
type, 255, or an EBN identifier. If exDropDownAppearance is 255, the drop down
portion of the control shows a shadow frame.
| |
| |
exSelBackColorUnFocus | 68
|
Specifies the background color for selected object when the control loses the focus.
| |
| |
exSelForeColorUnFocus | 69
|
Specifies the foreground color for selected object when the control loses the focus.
| |
| |
exMarkerColor | 187
|
Specifies the color or the visual appearance to apply on dates with Marker property set.
| |