'Declaration Public Function Zoom( _ ByVal calendarType As CalendarType _ ) As Boolean
'Usage Dim instance As DropDownCalendar Dim calendarType As CalendarType Dim value As Boolean value = instance.Zoom(calendarType)
public bool Zoom( CalendarType calendarType )
Parameters
- calendarType
- A CalendarType enumeration that specifies the target calendar type.
Return Value
A bool value, true if the calendar type has changed; otherwise, false.