Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
ImageViewerMouseInteractiveMode Enumeration
See Also  
Leadtools.Web.Controls Namespace : ImageViewerMouseInteractiveMode Enumeration




Values that specify how the control interacts with the mouse buttons.

Syntax

Visual Basic (Declaration) 
Public Enum ImageViewerMouseInteractiveMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ImageViewerMouseInteractiveMode
C# 
public enum ImageViewerMouseInteractiveMode : Enum 
Managed Extensions for C++ 
__value public enum ImageViewerMouseInteractiveMode : public Enum 
C++/CLI 
public enum class ImageViewerMouseInteractiveMode : public Enum 

Members

MemberDescription
None Default, no interaction.
Pan Allow the user to pan the image using the mouse.
ZoomIn Allow the user to zoom in on the image using the mouse.
ZoomOut Allow the user to zoom out on the image using the mouse.
Center Allow the user to center the viewed image area.

Example

Refer to OpenImageUrl.

Remarks

The MouseInteractiveMode property controls the mouse left/right interaction mode.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Web.Controls.ImageViewerMouseInteractiveMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also