ComponentOne Basic Library for WPF and Silverlight
C1TabItem Class
Members 


C1.Silverlight Namespace : C1TabItem Class
Represents a selectable item in a C1TabControl.
Object Model
C1TabItem Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)>
<System.Windows.TemplateVisualStateAttribute(Name="TopTabStripPlacement", GroupName="TabStripPlacementStates")>
<System.Windows.TemplatePartAttribute(Name="PinButton", Type=System.Windows.Controls.Button)>
<System.Windows.TemplateVisualStateAttribute(Name="Pinned", GroupName="PinModeStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Unpinned", GroupName="PinModeStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.TemplatePartAttribute(Name="UnpinButton", Type=System.Windows.Controls.Button)>
<System.Windows.TemplatePartAttribute(Name="StackPanelPinButtons", Type=System.Windows.FrameworkElement)>
<System.Windows.TemplateVisualStateAttribute(Name="Selected", GroupName="SelectionStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Unselected", GroupName="SelectionStates")>
<System.Windows.TemplateVisualStateAttribute(Name="LeftTabStripPlacement", GroupName="TabStripPlacementStates")>
<System.Windows.TemplateVisualStateAttribute(Name="RightTabStripPlacement", GroupName="TabStripPlacementStates")>
<System.Windows.TemplateVisualStateAttribute(Name="BottomTabStripPlacement", GroupName="TabStripPlacementStates")>
<System.Windows.TemplatePartAttribute(Name="CloseButton", Type=System.Windows.Controls.Button)>
Public Class C1TabItem 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As C1TabItem
[System.Windows.TemplatePart(Name="HeaderPresenter", Type=System.Windows.Controls.ContentPresenter)]
[System.Windows.TemplateVisualState(Name="TopTabStripPlacement", GroupName="TabStripPlacementStates")]
[System.Windows.TemplatePart(Name="PinButton", Type=System.Windows.Controls.Button)]
[System.Windows.TemplateVisualState(Name="Pinned", GroupName="PinModeStates")]
[System.Windows.TemplateVisualState(Name="Unpinned", GroupName="PinModeStates")]
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.TemplatePart(Name="UnpinButton", Type=System.Windows.Controls.Button)]
[System.Windows.TemplatePart(Name="StackPanelPinButtons", Type=System.Windows.FrameworkElement)]
[System.Windows.TemplateVisualState(Name="Selected", GroupName="SelectionStates")]
[System.Windows.TemplateVisualState(Name="Unselected", GroupName="SelectionStates")]
[System.Windows.TemplateVisualState(Name="LeftTabStripPlacement", GroupName="TabStripPlacementStates")]
[System.Windows.TemplateVisualState(Name="RightTabStripPlacement", GroupName="TabStripPlacementStates")]
[System.Windows.TemplateVisualState(Name="BottomTabStripPlacement", GroupName="TabStripPlacementStates")]
[System.Windows.TemplatePart(Name="CloseButton", Type=System.Windows.Controls.Button)]
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

Reference

C1TabItem Members
C1.Silverlight Namespace