If a text box is disabled (and is grayed out), how can I enable it with a button click?

Code:
private void button1_Click(object sender, EventArgs e)
        {
            
        }