[]
Represents the mouse interaction modes available within the ActiveReports designer.
[Flags]
public enum MouseMode
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.
Name | Description |
---|---|
Pan | Represents the mouse mode that allows panning the view of the design surface. |
Select | Represents the mouse mode that allows selecting and manipulating design components. |