WinStudio
IWSFormComponent interface
Sets the calendar viewing mode.
CalendarSetMode (int mode)
Part |
Description |
mode | Required. The calendar viewing mode. |
The mode determines whether the calendar component is displayed by day, week, or month.
Valid parameter values are:
This method only has a Set Syntax.
Sub Main() ThisForm.Components("calendar").CalendarSetMode(0) End Sub