Creating a Button at Run-time in C#
Posted
on C# Corner
See other posts from C# Corner
Published on 5/13/2010 9:42:52 PM
Indexed on
2010/05/14
8:05 UTC
Read the original article
Hit count: 208
Filed under:
Creating a Button control at run-time is merely a work of creating an instance of Button class, set its properties and add Button class to the Form controls.
© C# Corner or respective owner