ComponentOne Basic Library for WPF and Silverlight
C1TabControl Class
Members 


C1.Silverlight Namespace : C1TabControl Class
Represents a control that contains multiple items that share the same space on the screen.
Object Model
C1TabControl Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="Rounded", GroupName="ShapeStates")>
<System.Windows.TemplateVisualStateAttribute(Name="BottomTabStripPlacement", GroupName="TabStripPlacementStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Rectangle", GroupName="ShapeStates")>
<System.Windows.TemplatePartAttribute(Name="TabPanel", Type=C1.Silverlight.C1TabPanel)>
<System.Windows.TemplateVisualStateAttribute(Name="Sloped", GroupName="ShapeStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Ribbon", GroupName="ShapeStates")>
<System.Windows.TemplateVisualStateAttribute(Name="MouseOver", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<System.Windows.StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=C1.Silverlight.C1TabItem)>
<System.Windows.TemplatePartAttribute(Name="CloseButton", Type=System.Windows.Controls.Button)>
<System.Windows.TemplatePartAttribute(Name="SelectedItemContent", Type=System.Windows.Controls.ContentPresenter)>
<System.Windows.TemplatePartAttribute(Name="PreviousButton", Type=System.Windows.Controls.Primitives.ButtonBase)>
<System.Windows.TemplatePartAttribute(Name="NextButton", Type=System.Windows.Controls.Primitives.ButtonBase)>
<System.Windows.TemplatePartAttribute(Name="Menu", Type=C1.Silverlight.C1Menu)>
<System.Windows.TemplatePartAttribute(Name="TabStripDropDown", Type=C1.Silverlight.C1DropDownButton)>
<System.Windows.TemplateVisualStateAttribute(Name="LeftTabStripPlacement", GroupName="TabStripPlacementStates")>
<System.Windows.TemplateVisualStateAttribute(Name="TopTabStripPlacement", GroupName="TabStripPlacementStates")>
<System.Windows.TemplateVisualStateAttribute(Name="RightTabStripPlacement", GroupName="TabStripPlacementStates")>
Public Class C1TabControl 
   Inherits System.Windows.Controls.ItemsControl
'Usage
 
Dim instance As C1TabControl
[System.Windows.TemplateVisualState(Name="Rounded", GroupName="ShapeStates")]
[System.Windows.TemplateVisualState(Name="BottomTabStripPlacement", GroupName="TabStripPlacementStates")]
[System.Windows.TemplateVisualState(Name="Rectangle", GroupName="ShapeStates")]
[System.Windows.TemplatePart(Name="TabPanel", Type=C1.Silverlight.C1TabPanel)]
[System.Windows.TemplateVisualState(Name="Sloped", GroupName="ShapeStates")]
[System.Windows.TemplateVisualState(Name="Ribbon", GroupName="ShapeStates")]
[System.Windows.TemplateVisualState(Name="MouseOver", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
[System.Windows.TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[System.Windows.StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.Silverlight.C1TabItem)]
[System.Windows.TemplatePart(Name="CloseButton", Type=System.Windows.Controls.Button)]
[System.Windows.TemplatePart(Name="SelectedItemContent", Type=System.Windows.Controls.ContentPresenter)]
[System.Windows.TemplatePart(Name="PreviousButton", Type=System.Windows.Controls.Primitives.ButtonBase)]
[System.Windows.TemplatePart(Name="NextButton", Type=System.Windows.Controls.Primitives.ButtonBase)]
[System.Windows.TemplatePart(Name="Menu", Type=C1.Silverlight.C1Menu)]
[System.Windows.TemplatePart(Name="TabStripDropDown", Type=C1.Silverlight.C1DropDownButton)]
[System.Windows.TemplateVisualState(Name="LeftTabStripPlacement", GroupName="TabStripPlacementStates")]
[System.Windows.TemplateVisualState(Name="TopTabStripPlacement", GroupName="TabStripPlacementStates")]
[System.Windows.TemplateVisualState(Name="RightTabStripPlacement", GroupName="TabStripPlacementStates")]
public class C1TabControl : System.Windows.Controls.ItemsControl 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  C1.Silverlight.C1TabControl

See Also

Reference

C1TabControl Members
C1.Silverlight Namespace