# HelpBox

> Creates a new HelpBox.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

## HelpBox()

Creates a new HelpBox.

```csharp
public HelpBox()
```

## HelpBox(string, HelpBoxMessageType)

Creates a new HelpBox.

```csharp
public HelpBox(string text, HelpBoxMessageType messageType)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The message text.**** (\[HelpBoxMessageType]\(/engine/6000.7/script-reference/unityengine/uielements/helpboxmessagetype)): The type of message.
