Spread Windows Forms 12.0 Product Documentation
EnableTouchZoom Property (DropDownCalendar)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : EnableTouchZoom Property
Gets or sets if Touch Zoom is enabled.
Syntax
'Declaration
 
Public Property EnableTouchZoom As Boolean
'Usage
 
Dim instance As DropDownCalendar
Dim value As Boolean
 
instance.EnableTouchZoom = value
 
value = instance.EnableTouchZoom
public bool EnableTouchZoom {get; set;}

Property Value

true if allow user to change view between Mouth and Year view by pinch, otherwise false.
See Also

Reference

DropDownCalendar Class
DropDownCalendar Members