constants BackgroundPartEnum
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.

 NameValueDescription 
   exScrollUp0 Specifies the visual appearance for the up arrow in the calendar's header.  
   exScrollDown1 Specifies the visual appearance for the down arrow in the calendar's header.  
   exScrollLeft2 Specifies the visual appearance for the left arrow in the calendar's header.  
   exScrollRight3 Specifies the visual appearance for the right arrow in the calendar's header.  
   exDropDownButtonUp4 Returns or sets a value that indicates the visual drop down button.  
   exDropDownButtonDown5 Returns or sets a value that indicates the visual drop down button.  
   exDaysHeader6 Specifies the visual appearance for the days header.  
   exWeeksHeader7 Specifies the visual appearance for the weeks header.  
   exDateHeader8 Specifies the visual appearance for the months header in a calendar control.  
   exDateTodayUp9 Specifies the visual appearance for the today button in a calendar control, when it is up.  
   exDateTodayDown10 Specifies the visual appearance for the today button in a calendar control, when it is down.  
   exDateScrollThumb11 Specifies the visual appearance for the scrolling thumb in a calendar control.  
   exDateScrollRange12 Specifies the visual appearance for the scrolling range in a calendar control.  
   exDateSeparatorBar13 Specifies the visual appearance for the separator bar in a calendar control.  
   exMarkToday14 Returns or sets a value that indicates the visual appearance for today date.  
   exMonthSelect15 Specifies the visual appearance for the selected month in the months drop down window.  
   exMonthSelectForeColor16 Specifies the foreground color for the selected month in the months drop down window.  
   exSpinUpButtonUp22 Specifies the visual appearance for the up spin button when it is not pressed.  
   exSpinUpButtonDown23 Specifies the visual appearance for the up spin button when it is pressed.  
   exSpinDownButtonUp24 Specifies the visual appearance for the down spin button when it is not pressed.  
   exSpinDownButtonDown25 Specifies the visual appearance for the down spin button when it is pressed.  
 


Send comments on this topic.
© 1999-2006 Exontrol Inc, Software. All rights reserved.