C1.Web.Mvc.Viewer Namespace / MouseMode Enumeration

MouseMode Enumeration
Specifies the mouse modes, which defines the mouse behavior of viewer.
Syntax
'Declaration
 
Public Enum MouseMode 
   Inherits System.Enum
 
Members
MemberDescription
MagnifierToolMagnifier tool.
MoveToolMove page.
RubberbandToolRubberband to zoom.
SelectToolSelect text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Viewer.MouseMode

See Also