C# Class Server.Gumps.GumpHtml

Inheritance: GumpEntry
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
AppendTo ( IGumpWriter disp ) : void
Compile ( ) : string
GumpHtml ( int x, int y, int width, int height, string text, bool background, bool scrollbar ) : System

Method Details

AppendTo() public méthode

public AppendTo ( IGumpWriter disp ) : void
disp IGumpWriter
Résultat void

Compile() public méthode

public Compile ( ) : string
Résultat string

GumpHtml() public méthode

public GumpHtml ( int x, int y, int width, int height, string text, bool background, bool scrollbar ) : System
x int
y int
width int
height int
text string
background bool
scrollbar bool
Résultat System