Server.Gumps.AdminGump.AddSelectedButton C# (CSharp) Méthode

AddSelectedButton() public méthode

public AddSelectedButton ( int x, int y, int buttonID, string text, bool isSelection ) : void
x int
y int
buttonID int
text string
isSelection bool
Résultat void
		public void AddSelectedButton( int x, int y, int buttonID, string text, bool isSelection )
		{
			AddButton( x, y - 1, isSelection ? 4006 : 4005, 4007, buttonID, GumpButtonType.Reply, 0 );
			AddHtml( x + 35, y, 200, 20, Color( text, isSelection ? SelectedColor32 : LabelColor32 ), false, false );
		}