Description
Use the wMultiSelect
property to determine whether the month calendar control supports multi-selection.
Declaration
TestObj.wMultiSelect
Read-Only Property | Boolean |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
True, if the month calendar control supports multi-selection. Otherwise - False.
Remarks
If the month calendar control supports multi-selection, the range of selected dates is specified by the wDate
and wEndDate
properties. If the control does not support multi-selection, the wDate
property returns the selected date.
To select a range of dates in the month calendar control, use the SetSelection
method.
Example
To view an example that demonstrates how to use the wMultiSelect
property, see Getting MonthCalendar Date in Desktop Windows Applications.
See Also
Setting MonthCalendar Date in Desktop Windows Applications
Getting MonthCalendar Date in Desktop Windows Applications
wDate Property (Calendar Controls)
wMaxDate Property (Calendar Controls)
wMinDate Property (Calendar Controls)
wEndDate Property (MonthCalendar Controls)
SetSelection Action (MonthCalendar Controls)