# canGetSelection

> Specifies whether the TouchScreenKeyboard supports the TouchScreenKeyboard.selection property. (Read Only)

## Definition

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

```csharp
public bool canGetSelection { get; }
```

### Remarks

This property is supported on Android, iOS, and UWP only. On unsupported platforms, this property always returns false.
