This method is implemented on the client-side. It is called by ABBYY FineReader Engine when a mouse button is released in Image Viewer, Zoom Viewer, Text Editor, Text Validator, or Document Viewer. It delivers to the client information on the mouse button which is released, and the coordinates of the mouse pointer.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
C++
C#
Visual Basic .NET
Parameters
MouseButton [in] This variable of the MouseButtonEnum type specifies the mouse button which is released. Flags [in] Indicates whether various virtual keys are down. This parameter can be any combination of the following values:- MK_CONTROL (0x0008), if Ctrl key is down.
- MK_LBUTTON (0x0001), if left mouse button is down.
- MK_MBUTTON (0x0010), if middle mouse button is down.
- MK_RBUTTON (0x0002), if right mouse button is down.
- MK_SHIFT (0x0004), if Shift key is down.
