Back to Server.Gumps

GumpButton : GumpEntry

(ctor) GumpButton( int x, int y, int normalID, int pressedID, int buttonID, GumpButtonType type, int param )
int ButtonID{ get; set; }
int NormalID{ get; set; }
int Param{ get; set; }
int PressedID{ get; set; }
GumpButtonType Type{ get; set; }
int X{ get; set; }
int Y{ get; set; }
virtual string Compile()