Back to Server.Gumps

GumpCheck : GumpEntry

(ctor) GumpCheck( int x, int y, int inactiveID, int activeID, bool initialState, int switchID )
int ActiveID{ get; set; }
int InactiveID{ get; set; }
bool InitialState{ get; set; }
int SwitchID{ get; set; }
int X{ get; set; }
int Y{ get; set; }
virtual string Compile()