'Declaration Public Enum PreviewMouseAction Inherits System.Enum
public enum PreviewMouseAction : System.Enum
Member | Description |
---|---|
DynamicZoom | The 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. |
Hand | The 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. |
None | The mouse buttons do not do anything |
Snapshot | The mouse is dragged to create a selection rect where the selected area is copied to the clipboard. |
ZoomIn | The mouse is dragged to create a selection rect where the selected area is zoomed into. |
ZoomOut | The mouse is dragged to create a selection rect where the difference between the selected rect and the current view size determines the zoomed display. |
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.
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