AllowUserZoom Property (FpSpread)
Gets or sets whether the user can scale the display of the component using the Ctrl key and the mouse wheel.
public bool AllowUserZoom {get; set;}
'Declaration
Public Property AllowUserZoom As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AllowUserZoom = value
value = instance.AllowUserZoom