# SelectAll

> The command name for the Select All command, which selects every item in the current context.

## Definition

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

```csharp
public const string SelectAll = "SelectAll"
```
