[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.Model.MouseMode

MouseMode Enum

Defines the interaction modes available for mouse input within the viewer.

Namespace: GrapeCity.Viewer.Common.Model
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
public enum MouseMode
Remarks

This enumeration allows the application to switch between different modes of mouse interaction, such as panning, selecting, and taking snapshots. Each mode changes how mouse actions are interpreted and what operations can be performed within the viewer.

Fields

Name Description
CopySelect

CopySelect mode allows the user to select and copy the selected area from the report. This mode is useful for extracting information without needing to take a full snapshot.

Default

Default mode. This mode is obsolete and should not be used. Use Pan mode instead.

Pan

Pan mode allows the user to click and drag to move the view of the page. This mode is useful for navigating large pages or reports.

Snapshot

Snapshot mode enables the user to select an area of the report to create a snapshot image. This can be useful for capturing specific information within a report.