Version

CalendarRoles Enumeration

Roles defined for the ig_calendar.css file.
Syntax
'Declaration
 
Public Enum CalendarRoles 
   Inherits System.Enum
public enum CalendarRoles : System.Enum 
Members
MemberDescription
ControlCss for control.
DayCss for day in calendar.
DisabledDayCss for day which outside minimum or maximum dates.
DOWCss for day of the week area.
DropDownListCss for drop-down list.
FocusDayCss for selected day when calendar has focus.
FooterCss for footer area.
HeaderCss for header area.
HoverDayCss for day in calendar while mouse-over.
HoverFooterCss for footer area while mouse-over.
HoverListItemCss for drop-down list item while mouse-over.
HoverMonthYearCss for month and year labels while mouse-over.
HoverNextPrevCss for next and previous month buttons while mouse-over.
ListItemCss for drop-down list item.
MonthYearCss for month and year (drop-down buttons).
NextPrevCss for next and previous month buttons.
OtherMonthDayCss for days which belong to previous and next months.
PressedFooterCss for footer area while mouse-over.
PressedMonthYearCss for pressed month and year labels.
PressedNextPrevCss for pressed next and previous month buttons.
SelectedDayCss for selected day.
SelectedListItemCss for selected drop-down list item.
TodayDayCss for today day.
WeekendDayCss for weekend days.
WeekNumberCss for week number.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also