In This Topic
Represents a selectable item in a
C1TabControl.
Object Model
Syntax
'Declaration
<TemplatePartAttribute(Name="CloseButton", Type=System.Windows.Controls.Button)>
<TemplateVisualStateAttribute(Name="Selected", GroupName="SelectionStates")>
<DefaultPropertyAttribute("Content")>
<ContentPropertyAttribute("Content")>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<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
[TemplatePart(Name="CloseButton", Type=System.Windows.Controls.Button)]
[TemplateVisualState(Name="Selected", GroupName="SelectionStates")]
[DefaultProperty("Content")]
[ContentProperty("Content")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[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
Inheritance Hierarchy
See Also