---
name: OverrideMouseIconBehavior
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Overrides the behavior of the mouse icon to either force that it is always shown or force that it is always hidden."
---

# OverrideMouseIconBehavior

Overrides the behavior of the mouse icon to either force that it is always
shown or force that it is always hidden.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `None` | 0 | The mouse icon behavior is not overridden - default behavior is used. |
| `ForceShow` | 1 | The mouse icon is forced to always remain shown/visible. |
| `ForceHide` | 2 | The mouse icon is forced to always remain hidden/invisible. |