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)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.