Displays content using either a content template, a content template selector or a simple display member binding.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class TemplateSelectableContentControl : ContentControl
Visual Basic
Public Class TemplateSelectableContentControl _
	Inherits ContentControl
Visual C++
public ref class TemplateSelectableContentControl : public ContentControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            Mindscape.SilverlightElements..::..TemplateSelectableContentControl

See Also