Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AllowUserZoom Property


In This Topic
AllowUserZoom Property (FpSpread)
In This Topic
Gets or sets whether the user can scale the display of the component using the Ctrl key and the mouse wheel.
Syntax
'Declaration
 
Public Property AllowUserZoom As Boolean
 
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.AllowUserZoom = value
 
value = instance.AllowUserZoom
See Also