ComponentOne FinancialChart for WPF
C1TabItemPresenter Class
Members 



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