ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / MouseMode Enumeration

In This Topic
    MouseMode Enumeration
    In This Topic
    Available designer MouseMode types.
    Syntax
    'Declaration
     
    Public Enum MouseMode 
       Inherits System.Enum
    public enum MouseMode : System.Enum 
    Members
    MemberDescription
    PanPan Mode.
    SelectSelect Mode.
    Remarks
    This enumeration allows for the specification of how mouse actions are interpreted in the designer environment. It supports modes for selecting components and panning across the design surface, providing flexibility in user interaction.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Design.MouseMode

    See Also