August 2007
Intermediate to advanced
864 pages
25h 52m
English
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.HeaderedContentControlSome controls offer two placeholders for content instead of just
one. HeaderedContentControl supports
this by adding a Header property
alongside the ContentControl type's
Content property. This is the base
class of Expander, GroupBox, and TabItem, and it enables all three controls to
host arbitrary content both in the main body of the control and as the
header.