AutoLocalize | Use this property to let the operating system attempt to localize the day- and month names. |
BackColor | Use this property to set the BackColor of the Calendar. |
BrowseMode | If set to true then selection will not change when flipping month or year and extra button to jump to current selection is added when your selection is not on the on screen month or year. |
CancelEventAction | Use this property to cancel a events internal action. |
ClickableOutOfBounds | Use this property to let to specify if out of bounds days should be clickable. If out of bounds days are clickable then a click on them will let the calendar shift to next or previous month. |
DarkHeaderLinux | If set to true then header is drawn dark on Linux systems instead of light. (Default true) |
DarkHeaderWindows | If set to true then header is drawn dark on Windows systems instead of light. (Default true) |
DebugDataSize | Used for internal quality control of the plugin. |
DisabledSpecialDayColor | Sets or gets the color for disabled/inactive special days. |
DrawFrameDMWindows | Use this property to specify if the Calendar control should be drawn with a frame around it or not on Windows platform when in dark mode. (Default false) |
DrawFrameLinux | Use this property to specify if the Calendar control should be drawn with a frame around it or not on Linux platform. (Default false) |
DrawFrameMac | Use this property to specify if the Calendar control should be drawn with a frame around it or not on Mac platform. (Default true) |
DrawFrameWindows | Use this property to specify if the Calendar control should be drawn with a frame around it or not on Windows platform when not in dark mode. (Default false) |
DrawOutOfBounds | Use this property to let the calendar draw days from previous and next months onto the current month as gray shaded text. |
Enabled (Inherited) | Determines if the control should be enabled when the owning window is opened. |
FirstDayOfWeek | Use this property to specify the first day of the week. |
FridayEnabled | Use this property to disable the given weekday. |
FridaySpecial | Use this property to set the given day as special. Special week days are show as either red, with red header or both, depending on the setting defined in the SpecialWDayStyle property. |
Height (Inherited) | The height (in points) of the control. |
HideYearArrows | Use this property to hide the year arrows. |
InitMaxDay | Use this property to set the initial setting for the MaxDate property.
|
InitMaxMonth | Use this property to set the initial setting for the MaxDate property. |
InitMaxYear | Use this property to set the initial setting for the MaxDate property. |
InitMinDay | Use this property to set the initial setting for the MinDate property. |
InitMinMonth | Use this property to set the initial setting for the MinDate property. |
InitMinYear | Use this property to set the initial setting for the MinDate property. |
InitSelectedDay | Use this property to set the initial setting for the SelectedDate property. |
InitSelectedMonth | Use this property to set the initial setting for the SelectedDate property. |
InitSelectedYear | Use this property to set the initial setting for the SelectedDate property. |
Left (Inherited) | The left side of the control in local coordinates (relative to the window) |
MarkStyle | Use this property to define how marked days should be displayed. |
MarkedDays | Use this property to define Marked days. Marked days will have a red mark under the text. |
MaxDate | Use this property to set the minimum date. |
MinDate | Use this property to set the minimum date. |
MondayEnabled | Use this property to disable the given weekday.
|
MondaySpecial | Use this property to set the given day as special. Special week days are show as either red, with red header or both, depending on the setting defined in the SpecialWDayStyle property.
|
MonthOnScreen | When in Browsing mode this property will return the number of the month currently on the screen. This property should not be confused with which month is actually selected. |
OSXDrawWeekBars | Use this property to turn off drawing week bars on OS X. |
RectangularBodyLinux | If set to true then the body of the control is fully rectangular on Linux systems instead of having rounded corners. |
RectangularBodyWindows | If set to true then the body of the control is fully rectangular on Linux systems instead of having rounded corners. |
SaturdayEnabled | Use this property to disable the given weekday. |
SaturdaySpecial | Use this property to set the given day as special. Special week days are show as either red, with red header or both, depending on the setting defined in the SpecialWDayStyle property. |
SelectedDate | Use this property to set the selected date. |
SelectionColor | Sets the color for the selection when in light mode. |
SelectionDMColor | Sets the color for the selection when in dark mode. |
SizeMode | Sets the size of the control (Design mode only property) |
SpecialDayColor | Sets or gets the color for special days. |
SpecialDays | Use this property to define special days. Special days get drawn with red text. |
SpecialWDayStyle | Use this property to decide on appearance of special week days. |
SundayEnabled | Use this property to disable the given weekday. |
SundaySpecial | Use this property to set the given day as special. Special week days are show as either red, with red header or both, depending on the setting defined in the SpecialWDayStyle property. |
ThursdayEnabled | Use this property to disable the given weekday. |
ThursdaySpecial | Use this property to set the given day as special. Special week days are show as either red, with red header or both, depending on the setting defined in the SpecialWDayStyle property. |
Top (Inherited) | The top of the control in local coordinates (relative to the window). |
TuesdayEnabled | Use this property to disable the given weekday. |
TuesdaySpecial | Use this property to set the given day as special. Special week days are show as either red, with red header or both, depending on the setting defined in the SpecialWDayStyle property. |
UseBackColor | Use this property to let the calendar control use the color specified by the BackColor property as a back color. |
UseSelectionColor | If set to true then Selection color will be used from the SelectionColor and SelectionDMColor properties. |
UseSpecialDayColor | Set this property to true to override the default color scheme for special days. |
Visible (Inherited) | Determines whether the control is visible when its owning window is opened. The default is True: the control is visible. |
WednesdayEnabled | Use this property to disable the given weekday. |
WednesdaySpecial | Use this property to set the given day as special. Special week days are show as either red, with red header or both, depending on the setting defined in the SpecialWDayStyle property. |
Width (Inherited) | The width (in points) of the control. |
YearOnScreen | When in Browsing mode this property will return the number of the year currently on the screen. This property should not be confused with which year is actually selected. |