ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / MouseMode Enumeration

In This Topic
    MouseMode Enumeration
    In This Topic
    Specifies possible mouse modes
    Syntax
    'Declaration
     
    Public Enum MouseMode 
       Inherits System.Enum
    public enum MouseMode : System.Enum 
    Members
    MemberDescription
    CopySelectIn this mode it is allowed to copy selected area
    DefaultDefault mode
    PanPan mode, allows to move page
    SnapshotIn this mode snapshot of selected area is created
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.MouseMode

    See Also