Click or drag to resize

MonthCalendar Properties

X#

The MonthCalendar type exposes the following members.

Properties
  NameDescription
Public propertyBackground
The brush used for painting the background of the control. For example, in a single line edit control, the background is the color behind the text in the edit control.
(Inherited from Control.)
Public propertyBackgroundColor
A Color object describing the background color (between the months) of the MonthCalendar control.
Public propertyCaption
The string representing the caption of the text control.
(Inherited from TextControl.)
Public propertyContextMenu
A menu object representing the local pop-up menu for a control.
(Inherited from Control.)
Public propertyControlFont
The font used to draw the text in the control.
(Inherited from TextControl.)
Public propertyControlID
A number between 1 and 8000 representing the unique ID of a control
(Inherited from Control.)
Public propertyCurrentText
A string representing the text currently displayed in a text control. For edit controls, including the edit box associated with simple and drop-down combo boxes, it contains the text currently appearing in the edit box. For fixed icon and group box controls, TextControl:CurrentText contains NULL_STRING.
(Inherited from TextControl.)
Public propertyFieldSpec
The field specification connected to the control.
(Inherited from Control.)
Public propertyFirstDayOfWeek
An integer specifying the first day of the week (Monday=0, Tuesday=1, etc.).
Public propertyHyperLabel
The hyperlabel connected to the control.
(Inherited from Control.)
Public propertyLength
A numeric value representing the number of characters in the control.
(Inherited from TextControl.)
Public propertyMaxSelCount
The maximum number of days that can be selected in the MonthCalendar control.
Public propertyModified
A logical value that is set to TRUE when a standard edit control or editable combo box is in the process of being modified.
(Inherited from Control.)
Public propertyMonthBackgroundColor
A Color object describing the background color (within the month area) of the MonthCalendar control.
Public propertyMonthDelta
The number of months the control scrolls when the user clicks the scroll button.
Public propertyName
A string representing the name of the control.
(Inherited from Control.)
Public propertyNameSym
A symbol representing the name of the control.
(Inherited from Control.)
Public propertyOrigin
A point representing the location of a control on its owner window, in canvas coordinates.
(Inherited from Control.)
Public propertyOwner
The owner window of a control.
(Inherited from Control.)
Public propertyOwnerAlignment
Constant representing how the window will be aligned within its owner window.
(Inherited from Control.)
Public propertyRange
A DateRange object setting the minimum and maximum allowable dates for the MonthCalendar control.
Public propertyReadOnly
Is the control readonly ?
(Inherited from Control.)
Public propertySelection
The currently selected date. In the case of a multiple selection, the starting date is returned.
Public propertySelectionRange
A DateRange object representing the currently selected date range.
Public propertyServer
The server object that currently connected to this control. If no server is connected, the value is NIL.
(Inherited from Control.)
Public propertySize
A dimension representing the size of a control.
(Inherited from Control.)
Public propertyStatus
A hyperlabel indicating the status of the control after a validation attempt or other action.
(Inherited from Control.)
Public propertyTextColor
A Color object specifying the text color of the MonthCalendar control.
(Overrides TextColor.)
Public propertyTextValue
The current date selection in string format.
(Overrides TextValue.)
Public propertyTitleBackgroundColor
A Color object specifying the title background color of the MonthCalendar control.
Public propertyTitleTextColor
A Color object specifying the title text color of the MonthCalendar control.
Public propertyToday
The date specified as "today" for the MonthCalendar control.
Public propertyToolTipText
String value representing the tooltip text used when the user moves the mouse pointer over the control.
(Inherited from Control.)
Public propertyTrailingTextColor
A Color object describing the color of the trailing and leading days, i.e., those not belonging to the current month, of the MonthCalendar control.
Public propertyUseHLForToolTip
Logical value determining whether the descriptive text of a control's Hyperlabel should be used as the tooltip text.
(Inherited from Control.)
Public propertyValue
The currently selected date.
(Overrides Value.)
Public propertyValueChanged
A logical value representing whether the control's Value has been changed from its prior setting.
(Inherited from Control.)
Top
See Also