3.4. Where Are We?
Controls are the building blocks of applications. They represent
the features of the interface that the user interacts with. Controls provide
behavior and rely on styling and templates to present an appearance. Input is
handled through events and commands, which use a routing system to allow
simple, uniform event handling regardless of how complex the detailed structure
of the user-interface visuals might be. WPF provides a set of built-in controls
based on the controls commonly used in Windows applications.
|