ComponentOne Basic Library for WPF and Silverlight
C1TabItemPresenter Class
Members 


C1.WPF Namespace : C1TabItemPresenter Class
Internal element used in both C1TabItem and C1DockTabItem to avoid repetition.
Object Model
C1TabItemPresenter Class
Syntax
'Declaration
 
<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="TopTabStripPlacement", GroupName="TabStripPlacementStates")>
<System.Windows.TemplateVisualStateAttribute(Name="RightTabStripPlacement", GroupName="TabStripPlacementStates")>
<System.Windows.TemplateVisualStateAttribute(Name="BottomTabStripPlacement", GroupName="TabStripPlacementStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
Public Class C1TabItemPresenter 
   Inherits System.Windows.Controls.ContentControl
'Usage
 
Dim instance As C1TabItemPresenter
[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="TopTabStripPlacement", GroupName="TabStripPlacementStates")]
[System.Windows.TemplateVisualState(Name="RightTabStripPlacement", GroupName="TabStripPlacementStates")]
[System.Windows.TemplateVisualState(Name="BottomTabStripPlacement", GroupName="TabStripPlacementStates")]
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
public class C1TabItemPresenter : 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.C1TabItemPresenter

See Also

Reference

C1TabItemPresenter Members
C1.WPF Namespace