(ctor) GumpHtml( int x, int y, int width, int height, string text, bool background, bool scrollbar )
bool Background{ get; set; }
int Height{ get; set; }
bool Scrollbar{ get; set; }
string Text{ get; set; }
int Width{ get; set; }
int X{ get; set; }
int Y{ get; set; }
virtual string Compile()