ComponentOne FinancialChart for WPF
C1.WPF 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.
    Syntax
    'Declaration
     
    
    <LicenseProviderAttribute()>
    <TemplatePartAttribute(Name="TabPanel", Type=C1.WPF.C1TabPanel)>
    <TemplateVisualStateAttribute(Name="LeftTabStripPlacement", GroupName="TabStripPlacementStates")>
    <StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=C1.WPF.C1TabItem)>
    <DefaultEventAttribute("OnItemsChanged")>
    <DefaultPropertyAttribute("Items")>
    <ContentPropertyAttribute("Items")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1TabControl 
       Inherits System.Windows.Controls.ItemsControl
    'Usage
     
    
    Dim instance As C1TabControl
    [LicenseProvider()]
    [TemplatePart(Name="TabPanel", Type=C1.WPF.C1TabPanel)]
    [TemplateVisualState(Name="LeftTabStripPlacement", GroupName="TabStripPlacementStates")]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.WPF.C1TabItem)]
    [DefaultEvent("OnItemsChanged")]
    [DefaultProperty("Items")]
    [ContentProperty("Items")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1TabControl : System.Windows.Controls.ItemsControl 
    [LicenseProvider()]
    [TemplatePart(Name="TabPanel", Type=C1.WPF.C1TabPanel)]
    [TemplateVisualState(Name="LeftTabStripPlacement", GroupName="TabStripPlacementStates")]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.WPF.C1TabItem)]
    [DefaultEvent("OnItemsChanged")]
    [DefaultProperty("Items")]
    [ContentProperty("Items")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class C1TabControl : public System.Windows.Controls.ItemsControl 
    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.ItemsControl
                            C1.WPF.C1TabControl

    See Also