.NET Framework Class Library
MouseActivityType Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace > MouseActivityType Enumeration |
Defines types of mouse activity occurring on a PDF page in the [!:Gnostice.Documents.Controls.WinForms.DocumentViewer] component.
Namespace: Gnostice.Core.Viewer
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration MouseActivityType |
C# |
public enum MouseActivityType |
Visual C++ |
public enum class MouseActivityType |
Member name |
Value |
Description |
|
None |
0 |
No mouse activity on the PDF page. |
|
ButtonDown |
1 |
A mouse button was pressed down within a PDF page. |
|
ButtonUp |
2 |
A mouse button was released within a PDF page. |
|
Moving |
3 |
Mouse movement activity without selection. |
|
Selecting |
4 |
Mouse movement activity with selection (click-and-drag). |