Control(ler)
I used to consider the controls as User Interface, so as "View" in the Model/View/Controller pattern. But in fact, as the name states, the control might be seen as the controller between the 5 following parts:
- model, containing the data to present
- behavior, managing user input
- renderer, to paint the visual
- visual state, to store the state the control itself is into
- layout, when the control is a container of other controls or simply to make specify client and non client area.