CalendarAppearances Properties
Contains appearance settings for the calendar visual elements in different states.Name | Description |
---|---|
Button | Specifies the Today, Clear, Ok, and Cancel button appearance settings in the normal state. |
ButtonHighlighted | Specifies the Today, Clear, Ok, and Cancel button appearance settings when the mouse pointer hovers over them. |
ButtonPressed | Specifies the Today, Clear, Ok, and Cancel button appearance settings when they are pressed. |
CalendarHeader | Specifies the appearance of month headers if the calendar displays multiple months. |
DayCell | Specifies the appearance of day cells in the normal state. |
DayCellDisabled | Specifies the appearance of day cells in the disabled state. |
DayCellHighlighted | Specifies the appearance of day cells when the mouse pointer hovers over them. |
DayCellHoliday | Specifies the appearance of holiday cells. |
DayCellInactive | Specifies the appearance of day cells that do not belong to the current month. |
DayCellPressed | Specifies the appearance of day cells in the pressed state. |
DayCellSelected | Specifies the appearance of selected day cells. |
DayCellSpecial | Specifies the appearance of “special” day cells in the normal state. |
DayCellSpecialDisabled | Specifies the appearance of “special” day cells in the disabled state. |
DayCellSpecialHighlighted | Specifies the appearance of “special” day cells when the mouse pointer hovers over them. |
DayCellSpecialInactive | Specifies the appearance of “special” day cells that do not belong to the current month. |
DayCellSpecialPressed | Specifies the appearance of “special” day cells in the pressed state. |
DayCellSpecialSelected | Specifies the appearance of selected “special” day cells. |
DayCellToday | Specifies the “today” cell’s appearance settings. |
Header | Specifies the header appearance settings in the normal state. Use ShowHeader to specify the header visibility. |
HeaderHighlighted | Specifies the header appearance settings when the mouse pointer hovers over it. These settings do not combine with settings in the normal state. |
HeaderPressed | Specifies the header appearance settings when it is pressed. These settings do not combine with settings in the normal state. |
IsDisposed | Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection. |
IsLoading | Gets whether the owner control is being initialized. |
Owner | Gets the owner control. |
WeekDay | Specifies the week day abbreviation appearance settings. |
WeekNumber | Specifies the week number appearance settings. |
See Also