Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The Control, ContentControl, and ItemsControl types form the base for almost everything you'll interact with on a page in Silverlight.
The Control is a basic type, providing core interaction logic for controls. The ContentControl expands upon that base to provide a type of control that can hold a single item of content. The Button-based controls derive from ContentControl.