
'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")> <ContentPropertyAttribute("Content")> <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)> <XmlLangPropertyAttribute("Language")> <UsableDuringInitializationAttribute(True)> <RuntimeNamePropertyAttribute("Name")> <UidPropertyAttribute("Uid")> <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <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")] [ContentProperty("Content")] [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)] [XmlLangProperty("Language")] [UsableDuringInitialization(true)] [RuntimeNameProperty("Name")] [UidProperty("Uid")] [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class C1TabItem : System.Windows.Controls.ContentControl
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