IKryptonMonthCalendar Interface |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public interface IKryptonMonthCalendar
The IKryptonMonthCalendar type exposes the following members.
| Name | Description | |
|---|---|---|
| AnnuallyBoldedDatesMask |
Array of annual days per month to be bolded.
| |
| BoldedDatesList |
Dates to be bolded.
| |
| CalendarControl |
Gets access to the owning control
| |
| CalendarDimensions |
Gets the number of columns and rows of months displayed.
| |
| FirstDayOfWeek |
First day of the week.
| |
| FocusDay |
Gets the focus day.
| |
| GetToolStripDelegate |
Gets a delegate for creating tool strip renderers.
| |
| InDesignMode |
Gets if the control is in design mode.
| |
| MaxDate |
Last date allowed to be drawn/selected.
| |
| MaxSelectionCount |
Number of days allowed to be selected at a time.
| |
| MinDate |
First date allowed to be drawn/selected.
| |
| MonthlyBoldedDatesMask |
Monthly days to be bolded.
| |
| OverrideCheckedNormal |
Gets access to the override for checked normal day.
| |
| OverrideCheckedPressed |
Gets access to the override for checked pressed day.
| |
| OverrideCheckedTracking |
Gets access to the override for checked tracking day.
| |
| OverrideDisabled |
Gets access to the override for disabled day.
| |
| OverrideNormal |
Gets access to the override for disabled day.
| |
| OverridePressed |
Gets access to the override for pressed day.
| |
| OverrideTracking |
Gets access to the override for tracking day.
| |
| ScrollChange |
Gets the number of months to move for next/prev buttons.
| |
| SelectionEnd |
End of selected range.
| |
| SelectionStart |
Start of selected range.
| |
| StateCheckedNormal |
Gets access to the month calendar checked normal appearance entries.
| |
| StateCheckedPressed |
Gets access to the month calendar checked pressed appearance entries.
| |
| StateCheckedTracking |
Gets access to the month calendar checked tracking appearance entries.
| |
| StateCommon |
Gets access to the month calendar common appearance entries.
| |
| StateDisabled |
Gets access to the month calendar disabled appearance entries.
| |
| StateNormal |
Gets access to the month calendar normal appearance entries.
| |
| StatePressed |
Gets access to the month calendar pressed appearance entries.
| |
| StateTracking |
Gets access to the month calendar tracking appearance entries.
| |
| TodayDate |
Today's date.
| |
| TodayFormat |
Today's date format.
|
| Name | Description | |
|---|---|---|
| GetRenderer |
Get the renderer.
| |
| SetBoldedOverride |
Update usage of bolded overrides.
| |
| SetFocusOverride |
Update usage of focus overrides.
| |
| SetSelectionRange |
Set the selection range.
| |
| SetTodayOverride |
Update usage of today overrides.
|