This is an example for you. The bold item is "read only" so you can't do that, by the way:
lblAmount.Click += new EventHandler(lblAmount_Click); Our event
Our event action:
public void lblAmount_Click(object sender, EventArgs ea)
{
Font fontbold = new Font(Font, FontStyle.Bold);
lblAmount.Font = fontbold;
} The weevil of doooooooooom
-The eagle may soar, but the weasel never gets sucked up by a jet engine (Anonymous)