# Sandbox.UI.Panel.GetClipboardValue

```csharp
string GetClipboardValue(bool cut)
```

If we have a value that can be copied to the clipboard, return it here.

### Parameters

- `cut` (`bool`)

### Returns

`string`

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
