Version

PreviewMouseAction Enumeration

Enumeration of actions that determine how the UltraPrintPreviewControlBase responds to the mouse buttons.
Syntax
'Declaration
 
Public Enum PreviewMouseAction 
   Inherits System.Enum
public enum PreviewMouseAction : System.Enum 
Members
MemberDescription
DynamicZoomThe mouse is used to zoom in or out. When the mouse is dragged up, the page is zoomed in; when dragged down, the page is zoomed out.
HandThe cursor is a hand and when the mouse is dragged up, the page is scrolled down. When the mouse is dragged down, the page is scrolled up.
NoneThe mouse buttons do not do anything
SnapshotThe mouse is dragged to create a selection rect where the selected area is copied to the clipboard.
ZoomInThe mouse is dragged to create a selection rect where the selected area is zoomed into.
ZoomOutThe mouse is dragged to create a selection rect where the difference between the selected rect and the current view size determines the zoomed display.
Remarks

The PreviewMouseAction is used by the UltraPrintPreviewControl.MouseAction of the UltraPrintPreviewControl to determine how to respond to clicks and drags using the left mouse button.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also