Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / Zoom Method
A CalendarType enumeration that specifies the target calendar type.


In This Topic
    Zoom Method
    In This Topic
    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