# InvertSelection

> The command name for the Invert Selection command, which selects the items that are not part of the current selection and deselects the items that are.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.UICommonModule

```csharp
public const string InvertSelection = "InvertSelection"
```
