public enum MouseMode : System.Enum
'Declaration Public Enum MouseMode Inherits System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Viewer.Common.Model.MouseMode