このメソッドはクライアント側で実装されます。Image Viewer、Zoom Viewer、Text Editor、Text Validator、または Document Viewer がダブルクリックされると、ABBYY FineReader Engine から呼び出されます。 このメソッドは、マウス ポインターの座標と、使用された修飾キーに関する情報をクライアントに渡します。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.
構文
C++
C#
Visual Basic .NET
パラメーター
- MK_CONTROL (0x0008): Ctrl キーが押されている場合。
- MK_LBUTTON (0x0001): マウスの左ボタンが押されている場合。
- MK_MBUTTON (0x0010): マウスの中央ボタンが押されている場合。
- MK_RBUTTON (0x0002): マウスの右ボタンが押されている場合。
- MK_SHIFT (0x0004): Shift キーが押されている場合。
