The
CalendarCombo is the drop-down version of the Calendar object. The
CalendarCombo object supports the following properties and methods:
| |  | Name | Description | |
| | | AllowCheckBox | Specifies whether the label displays a checkbox to the left of the date. When unchecked, no date is selected. | |
| | | AllowEditChanges | Specifies whether the control's edit box allows changes. | |
| | | AllowSpin | Specifies whether the control's label displays a spin to change the date. | |
| | | AMPM | Specifies the AM and PM indicators. | |
| | | Appearance | Retrieves or sets the control's appearance | |
| | | AppearanceDay | Retrieves or sets a value that determines the day's appearance. | |
| | | AutoAdvance | Specifies whether the next field is focused, once that the user fills data in the focused field. | |
| | | AutoSize | Retrieves or sets a value that indicates whether the control automatically resizes the cell based on the size of the font. | |
| | | BackColor | Retrieves or sets the control's background color. | |
| | | Background | Returns or sets a value that indicates the background color for parts in the control. | |
| | | BorderLineColor | Retrieves or sets a value that indicates the border line color. | |
| | | Caption | Specifies the caption/date's element being displayed in the control's label. | |
| | | CheckImage | Retrieves or sets a value that indicates the image being displayed as a checkbox. | |
| | | CommentBackColor | Retrieves or sets the color to highlight the commented events. | |
| | | Date | Retrieves or sets the browsed date. Ensures that the date is visible. | |
| | | DoDate | Composes a DATE type, based on year, month and day. | |
| | | DrawBorderLine | Retrieves or sets a value that indicates the border line style. | |
| | | DrawGridLine | Retrieves or sets a value that identifies the type of grid lines. | |
| | | DropDown | Shows or hides programmatically the drop down portion of the control. | |
| | | Enabled | Retrieves or sets a value that indicates whether the control is enabled ot disabled. | |
| | | Events | Retrieves the control date events collection. | |
| | | ExecuteTemplate | Executes a template and returns the result. | |
| | | FirstDay | Retrieves or sets a value that indicates the first day of the week. | |
| | | FirstVisibleDate | Retrieves the first visible date. | |
| | | FixedCellHeight | Retrieves or sets a value that indicates the cell's height while the AutoSize is false. | |
| | | FixedCellWidth | Retrieves or sets a value that indicates the cell's width while the AutoSize is false. | |
| | | FocusIndex | Specifies the index of the focused element. | |
| | | Font | Retrieves or sets the control's font. | |
| | | ForeColor | Retrieves or sets the control's foreground color. | |
| | | FormatDate | Retrieves or sets a value that indicates the format of date displayed. | |
| | | FormatUserDate | Retrieves or sets a value that indicates the string format of the date while FormatDate is UserDate. | |
| | | GridLineColor | Retrieves or sets a value that indicates the grid lines color. | |
| | | HeaderBackColor | Retrieves or sets a value that indicates the background color used for weeks and week days headers. | |
| | | HeaderForeColor | Retrieves or sets a value that indicates the foreground color used for weeks and week days headers. | |
| | | Images | Sets the control's handle image list. | |
| | | IndexFromPoint | Retrieves the index of the date's element from the point. | |
| | | LabelHeight | Specifies the label's height. | |
| | | LastVisibleDate | Retrieves the last visible date. | |
| | | Locked | Specifies whether the user can change the selection. | |
| | | MarkToday | Retrieves or sets a value that indicates whether the control marks the today date. | |
| | | MaskOnEmpty | Specifies the masking string for each entity when the date is empty. | |
| | | MaxScrollYear | Specifies the maximum year when scrolling. | |
| | | MinScrollYear | Specifies the minimum year when scrolling. | |
| | | MonthName | Retrieves or sets the month's name. | |
| | | MonthNames | Retrieves or sets a value that indicates the list of month names, separated by space. | |
| | | NonworkingDays | Retrieves or sets a value that indicates the non-working days, for each week day a bit. | |
| | | NonworkingDaysColor | Retrieves or sets a value that indicates the color to fill the non-working days. | |
| | | NonworkingDaysPattern | Retrieves or sets a value that indicates the pattern being used to fill non-working days. | |
| | | ScrollOnDrop | Specifies a value that indicates whether the drop down calendar is scrolled when it is shown. | |
| | | SelBackColor | Retrieves or sets a value that indicates the selection background color. | |
| | | SelDate | Selects a date. | |
| | | SelForeColor | Retrieves or sets a value that indicates the selection foreground color. | |
| | | ShowDays | Retrieves or sets a value that indicates whether the week days header is visible or hidden. | |
| | | ShowImageList | Specifies whether the control's image list window is visible or hidden. | |
| | | ShowMonth | Retrieves or sets a value that indicates whether the month header is visible or hidden. | |
| | | ShowMonthSelector | Retrieves or sets a value that indicates whether the user is able to select a new month by clicking in the month header. | |
| | | ShowNonMonthDays | Specifies whether the control displays the dates that are not part of the month. | |
| | | ShowTodayButton | Retrieves or sets a value that indicates whether the today button is visible or hidden. | |
| | | ShowWeeks | Retrieves or sets a value that indicates whether the weeks header is visible or hidden. | |
| | | ShowYearScroll | Retrieves or sets a value that indicates whether the scroll bar for changing the year is visible or hidden. | |
| | | ShowYearSelector | Retrieves or sets a value that indicates whether the year selector is visible or hidden. | |
| | | Template | Specifies the control's template. | |
| | | TodayCaption | Retrieves or sets a value that indicates the today button's caption. | |
| | | ToolTipDelay | Specifies the time in ms that passes before the ToolTip appears. | |
| | | ToolTipFont | Retrieves or sets the tooltip's font. | |
| | | ToolTipPopDelay | Specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. | |
| | | ToolTipWidth | Specifies a value that indicates the width of the tooltip window, in pixels. | |
| | | UseVisualTheme | Specifies whether the control uses the current visual theme to display certain UI parts. | |
| | | Value | Retrieves or sets the browsed date. Ensures that the date is visible. | |
| | | VisualAppearance | Retrieves the control's appearance. | |
| | | WeekDayName | Retrieves or sets a value that indicates the week day short name in the week days header. | |
| | | WeekDays | Retrieves or sets a value that indicates the list of short names for each week day, separated by space. | |