Describes the supported preview pane mouse behavior modes.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public enum MouseModeEnum
Visual Basic
Public Enumeration MouseModeEnum

Members

Member nameDescription
None No action is associated with the mouse.
Hand Clicking and dragging with the mouse moves the document page within the preview window.
Zoom Clicking and dragging with the mouse zooms into the rectangle upon mouse button release.
ZoomOut Clicking and dragging with the mouse zooms out of the rectangle upon mouse button release.
Select Clicking and dragging with the mouse selects text.

See Also