سلام
           Button btn = (Button)this.Controls["button5"];
btn.Enabled = false;


this.Controls["button5"].Enabled= false;