> ## 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.

# MouseButtonEnum

> Windows 上の ABBYY FineReader Engine Visual Components における MouseButtonEnum 列挙。MouseButtonEnum の列挙定数は、マウスボタンを表すために使用されます。

<Warning>
  Visual Components は、Windows 用 FRE で実装されています。
</Warning>

MouseButtonEnum の列挙定数は、マウスボタンを表します。

```
typedef enum {
 MBU_LeftButton,
 MBU_MiddleButton,
 MBU_RightButton
} MouseButtonEnum;
```

<div id="elements">
  ## 要素
</div>

| 名前                | 説明           |
| ----------------- | ------------ |
| MBU\_LeftButton   | マウスの左ボタンです。  |
| MBU\_MiddleButton | マウスの中央ボタンです。 |
| MBU\_RightButton  | マウスの右ボタンです。  |

<div id="used-in">
  ## 使用箇所
</div>

[IInputEvents::OnMouseButtonDown](/ja/fine-reader/engine/visual-components-reference/iinputevents/onmousebuttondown-method)

[IInputEvents::OnMouseButtonUp](/ja/fine-reader/engine/visual-components-reference/iinputevents/onmousebuttonup-method)
