Click or drag to resize

IWinMonthCalendar Properties

The IWinMonthCalendar type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyEnabled
Specifies whether the object is enabled or disabled.
(Inherited from IControl.)
Public propertyHeight
The object's height in pixels.
(Inherited from IControl.)
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyScreenLeft
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.)
Public propertyScreenTop
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.)
Public propertyVisible
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.)
Public propertyVisibleOnScreen
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.)
Public propertywDate
Returns the date selected in the month calendar control. If wMultiSelect is enabled, the property returns the first date of the selection.
Public propertywEndDate
If MultiSelect is true, this property returns the last date in the selected block in the month calendar control. The first date in the block is Date.
Public propertyWidth
The object's width in pixels.
(Inherited from IControl.)
Public propertywMaxDate
Returns the last date the month calendar control can show.
Public propertywMaxDateRange
Retrieves the maximum date range that can be selected in a month calendar control (in days).
Public propertywMinDate
Returns the first date the month calendar control can show.
Public propertywMultiSelect
Returns true if the month calendar control allows a range of dates to be selected (wDate to wEndDate), rather than only one date (wDate). Else, returns false.
Top
See Also