MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / MouseMode Enumeration

MouseMode Enumeration
Available designer MouseMode types.
Syntax
'Declaration
 
Public Enum MouseMode 
   Inherits 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