GumpHtmlLocalized : GumpEntry
(ctor) GumpHtmlLocalized( int x, int y, int width, int height, int number, bool background, bool scrollbar )
(ctor) GumpHtmlLocalized( int x, int y, int width, int height, int number, int color, bool background, bool scrollbar )
(ctor) GumpHtmlLocalized( int x, int y, int width, int height, int number, string args, int color, bool background, bool scrollbar )
string Args( get; set; )
bool Background( get; set; )
int Color( get; set; )
int Height( get; set; )
int Number( get; set; )
bool Scrollbar( get; set; )
GumpHtmlLocalizedType Type( get; set; )
int Width( get; set; )
int X( get; set; )
int Y( get; set; )
virtual void AppendTo( IGumpWriter disp )
virtual string Compile()