Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TabItem Class
Members

In This Topic
    C1TabItem Class
    In This Topic
    Represents a selectable item in a C1TabControl.
    Object Model
    C1TabItem Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
    <TemplateVisualStateAttribute(Name="TopTabStripPlacement", GroupName="TabStripPlacementStates")>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1TabItem 
       Inherits System.Windows.Controls.ContentControl
    [TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
    [TemplateVisualState(Name="TopTabStripPlacement", GroupName="TabStripPlacementStates")]
    [ContentProperty("Content", true)]
    public class C1TabItem : System.Windows.Controls.ContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.C1TabItem

    See Also