C# Class Server.Gumps.GumpHtmlLocalized

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
GumpHtmlLocalized ( int x, int y, int width, int height, int number, bool background, bool scrollbar ) : System
GumpHtmlLocalized ( int x, int y, int width, int height, int number, int color, bool background, bool scrollbar ) : System
GumpHtmlLocalized ( int x, int y, int width, int height, int number, string args, int color, 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

GumpHtmlLocalized() public méthode

public GumpHtmlLocalized ( int x, int y, int width, int height, int number, bool background, bool scrollbar ) : System
x int
y int
width int
height int
number int
background bool
scrollbar bool
Résultat System

GumpHtmlLocalized() public méthode

public GumpHtmlLocalized ( int x, int y, int width, int height, int number, int color, bool background, bool scrollbar ) : System
x int
y int
width int
height int
number int
color int
background bool
scrollbar bool
Résultat System

GumpHtmlLocalized() public méthode

public GumpHtmlLocalized ( int x, int y, int width, int height, int number, string args, int color, bool background, bool scrollbar ) : System
x int
y int
width int
height int
number int
args string
color int
background bool
scrollbar bool
Résultat System