Real-World .NET Applications
|
This chapter featured the StyledTextArea control, which you can use in a form in a Windows application. You should now understand how to do the following:
-
Use the Control and UserControl classes.
-
Draw the user interface for a custom control.
-
Handle key presses.
-
Understand the Observer design pattern.
-
Handle and create custom events.
-
Use the MVC design pattern.
|