Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TabControl Class
Members

In This Topic
    C1TabControl Class
    In This Topic
    Represents a control that contains multiple items that share the same space on the screen.
    Object Model
    C1TabControl Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Rounded", GroupName="ShapeStates")>
    <TemplatePartAttribute(Name="TabPanel", Type=C1.Silverlight.C1TabPanel)>
    <StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=C1.Silverlight.C1TabItem)>
    <ContentPropertyAttribute("Items", True)>
    Public Class C1TabControl 
       Inherits System.Windows.Controls.ItemsControl
    [TemplateVisualState(Name="Rounded", GroupName="ShapeStates")]
    [TemplatePart(Name="TabPanel", Type=C1.Silverlight.C1TabPanel)]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.Silverlight.C1TabItem)]
    [ContentProperty("Items", true)]
    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