$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Editors Control for Windows Forms
Powerful data input control for WinForms application, flexible data entry controls, strict validation
Home > WinForms UI Controls > User Manual > Get Started in C# in C#

WinForms C# Text Box Control

The Text Box Control for Windows Forms is not only an alternative skin control to the standard Windows Forms text box control, but also provides various enhanced properties to store prompt information if no entry available. The Text Box allows users to add a text box to their Windows Forms applications with the same look and feel of other Windows Forms controls. With the text box, users can input text in a single line or multiple lines.
The Kettic Text Box Control shares most of the properties included in the standard Windows Forms text box control, such as,
  • BackColor, this property is used to configure the background color of the text box WinForms control.
  • ForeColor, this property is used to configure the fore color of the text box WinForms component.
  • Text, this property is used to set the current text in the text box WinForms control.
  • CharacterCase, the character case property is used to determine whether text will display in upper-case, lower-case, or both cases.
  • MaxLength, this property is used to configure the maximum number of characters that can be typed into the text box control.
  • MultiLine, this property is used to determine whether multiple lines of text can be shown in the Text Box control.
Furthermore, the Kettic Text Box Control provides one more new property that the standard Windows Forms text box control does not contain,
  • NullText, this property is used to determine whether text will be shown when the text box control has no Text value.
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls