Which editorgui widget is this? (picture inside)

I am in the proces of creating an EditorWindow and I am trying to give it the same look and feel as Unity has. This works great when using EditorStyles.
To keep it short, I now want to create the bordered textarea like the FBX Importer has but I am unable to find the correct editorgui widget. I could create it myself with two rectangels and a label. However I’m convinced the Unity guys made it a widget, but where is it?

I’ve added a screenshot to point out what I mean :slight_smile:

466991--16375--$textboxes.png

That’s just a box with the small editor font set in stead of the default one - plus the text anchor is set in the upper-left corner. It’s not exposed in public API, but quite easy to replicate.

Ah to bad, I’ll have to recreate it then.
Thanks for the answer though