Spread Windows Forms 6.0 Product Documentation
AllowUserZoom Property
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : AllowUserZoom Property


Glossary Item Box

Gets or sets whether to allow the user to scale the view using the Ctrl key and the mouse wheel.

Syntax

Visual Basic (Declaration) 
Public Property AllowUserZoom As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SpreadView
Dim value As Boolean
 
instance.AllowUserZoom = value
 
value = instance.AllowUserZoom
C# 
public bool AllowUserZoom {get; set;}

Property Value

Boolean: true if the user is allowed to scale the display; false otherwise

Remarks

If you set this property to false, users cannot zoom in or out by clicking the mouse while the pointer is over a preview page. However, you can still provide other means to let users zoom, such as a button that changes the ZoomFactor property.

This property is available at run time only.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.