Button in C#
Posted
on C# Corner
See other posts from C# Corner
Published on 6/1/2010 1:18:32 AM
Indexed on
2010/06/05
21:03 UTC
Read the original article
Hit count: 236
Filed under:
Button class in Windows Forms represents a Button control. A Button control is a child control placed on a Form and used to process click event and can be clicked by a mouse click or by pressing ENTER or ESC keys.
© C# Corner or respective owner