Spread Windows Forms 10.0 Product Documentation
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.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

DropDownCalendar Class
DropDownCalendar Members

 

 


Copyright © GrapeCity, inc. All rights reserved.