# OnGUI(Rect)

> Draws the search property table content.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Search](/engine/6000.5/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

> **Warning:**
>
> **Removed.** IMGUI is not support anymore. Use ITableView interface instead.

```csharp
public override void OnGUI(Rect tableRect)
```

### Parameters

**** (\[Rect]\(/engine/6000.5/script-reference/unityengine/rect)): Position in the current GUI view to render the search property table.
