Spread Windows Forms 12.0 Product Documentation
Zoom Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : Zoom Method
A CalendarType enumeration that specifies the target calendar type.
Zooms the current calendar to the specific calendar type.
Syntax
'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.
Remarks
This method can change the CalendarType of this DropDownCalendar. If the operation succeeds, the true value is returned; otherwise, false.
See Also

Reference

DropDownCalendar Class
DropDownCalendar Members