Return Value
By default this returns a multiline GoText with a white background.
protected virtual GoObject CreateBody() { GoText t = new GoText(); t.TransparentBackground = false; t.BackgroundColor = Color.White; t.Multiline = true; t.Selectable = false; return t; }