Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / MouseModeEnum Enumeration

In This Topic
    MouseModeEnum Enumeration
    In This Topic
    Describes the supported preview pane mouse behavior modes.
    Syntax
    'Declaration
     
    Public Enum MouseModeEnum 
       Inherits System.Enum
    public enum MouseModeEnum : System.Enum 
    Members
    MemberDescription
    HandClicking and dragging with the mouse moves the document page within the preview window.
    NoneNo action is associated with the mouse.
    SelectClicking and dragging with the mouse selects text.
    ZoomClicking and dragging with the mouse zooms into the rectangle upon mouse button release.
    ZoomOutClicking and dragging with the mouse zooms out of the rectangle upon mouse button release.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Preview.MouseModeEnum

    See Also