TextDefinition
(static) void AddHtmlText( Gump g, int x, int y, int width, int height, TextDefinition text, bool back, bool scroll )
(static) void AddHtmlText( Gump g, int x, int y, int width, int height, TextDefinition text, bool back, bool scroll, int numberColor, int stringColor )
(static) void AddTo( ObjectPropertyList list, TextDefinition def )
(static) void SendMessageTo( Mobile m, TextDefinition def )
(ctor) TextDefinition( int number )
(ctor) TextDefinition( string text )
(ctor) TextDefinition( int number, string text )
int Number( get; )
string String( get; )
virtual string ToString()