# TreeView<TIdentifier>.DefaultGUI

> Default GUI methods and properties for the TreeView class.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.7/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static class TreeView<TIdentifier>.DefaultGUI
```

## Static Methods

| Method                                                                                                                            | Description                                                                                 |
| --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [BoldLabel](/engine/6000.7/script-reference/unityeditor/imgui/controls/treeview1/defaultgui/boldlabel.md)                         | Draws a bold label that have correct text color when selected and/or focused.               |
| [BoldLabelRightAligned](/engine/6000.7/script-reference/unityeditor/imgui/controls/treeview1/defaultgui/boldlabelrightaligned.md) | Draws a bold right aligned label that have correct text color when selected and/or focused. |
| [FoldoutLabel](/engine/6000.7/script-reference/unityeditor/imgui/controls/treeview1/defaultgui/foldoutlabel.md)                   | Draws a foldout label that have correct text color when selected and/or focused.            |
| [Label](/engine/6000.7/script-reference/unityeditor/imgui/controls/treeview1/defaultgui/label.md)                                 | Draws a label that have correct text color when selected and/or focused.                    |
| [LabelRightAligned](/engine/6000.7/script-reference/unityeditor/imgui/controls/treeview1/defaultgui/labelrightaligned.md)         | Draws a right aligned label that have correct text color when selected and/or focused.      |
