C# Class Server.Gumps.GumpTextEntryLimited

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

GumpTextEntryLimited() public méthode

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