Welcome to WindowsClient.net | Sign in | Join
Use the Font property for the control along with the Font class in the System.Drawing namespace.
button1.Font = new Font ( "Courier", 10, FontStyle.Bold );
Contributed from George Shepherd's Windows Forms FAQ