TabControl for WPF | ComponentOne
C1.WPF.TabControl 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
     
    
    <C1ControlAttribute(NeedsInitializeStatic=True, GenerateCommonApi=True)>
    <C1TemplatePartAttribute(Name="CloseButton", Type=C1.WPF.Core.C1Button)>
    <C1VisualStateAttribute(Name="Pinned", 
       GroupName="PinMode", 
       Condition="ActualPinMode == PinMode.Pinned")>
    <StyleTypedPropertyAttribute(Property="CloseIconStyle", StyleTargetType=System.Windows.Controls.ContentControl)>
    <TemplateVisualStateAttribute(Name="Selected", GroupName="SelectionStates")>
    <TemplatePartAttribute(Name="CloseButton", Type=C1.WPF.Core.C1Button)>
    <DefaultPropertyAttribute("Content")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <ContentPropertyAttribute("Content")>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1TabItem 
       Inherits System.Windows.Controls.ContentControl
    [C1Control(NeedsInitializeStatic=true, GenerateCommonApi=true)]
    [C1TemplatePart(Name="CloseButton", Type=C1.WPF.Core.C1Button)]
    [C1VisualState(Name="Pinned", 
       GroupName="PinMode", 
       Condition="ActualPinMode == PinMode.Pinned")]
    [StyleTypedProperty(Property="CloseIconStyle", StyleTargetType=System.Windows.Controls.ContentControl)]
    [TemplateVisualState(Name="Selected", GroupName="SelectionStates")]
    [TemplatePart(Name="CloseButton", Type=C1.WPF.Core.C1Button)]
    [DefaultProperty("Content")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [ContentProperty("Content")]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1TabItem : System.Windows.Controls.ContentControl 
    Inheritance Hierarchy

    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
                            C1.WPF.TabControl.C1TabItem

    See Also