C# TextBox
Posted
on C# Corner
See other posts from C# Corner
Published on 5/25/2010 8:03:57 AM
Indexed on
2010/05/25
15:04 UTC
Read the original article
Hit count: 257
Filed under:
A TextBox control accepts user input on a Form. In this article, I will discuss how to create a TextBox control in Windows Forms at design-time as well as run-time. After that, I will continue discussing various properties and methods available for the TextBox control.
© C# Corner or respective owner