| Using the TextBox control |
|
|
|
|
Edit boxes are used extensively in Windows programming. This sample uses a TextBox object to fill the entire client area in order to mimick a simple text editor.
We declare a TextBox object and sets its Multiline property to true. Then we assign the Parent and the Dock property of the TextBox object. The TextBox and RichTextBox classes provides numerous members that satisfy many common needs. The documentation gives all the details. |
| < Prev | Next > |
|---|














