C# Class Server.Gumps.GumpTextEntry

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
GumpTextEntry ( int x, int y, int width, int height, int hue, int entryID, string initialText ) : 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

GumpTextEntry() public méthode

public GumpTextEntry ( int x, int y, int width, int height, int hue, int entryID, string initialText ) : System
x int
y int
width int
height int
hue int
entryID int
initialText string
Résultat System