GUIContent
This is the content used by Unity when rendering pieces of GUI
GUIContent consists of icon and label

C# | Visual Basic | Visual C++ |
protected GUIContent Content { get; set; }
Protected Property Content As GUIContent Get Set
protected: property GUIContent^ Content { GUIContent^ get (); void set (GUIContent^ value); }