Represents a selectable item in a C1TabControl.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
[TemplateVisualStateAttribute(Name = "Unselected", GroupName = "SelectionStates")]
[TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")]
[TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")]
[TemplatePartAttribute(Name = "CloseButton", Type = typeof(Button))]
[TemplatePartAttribute(Name = "HeaderPresenter", Type = typeof(ContentPresenter))]
[TemplatePartAttribute(Name = "PinButton", Type = typeof(Button))]
[TemplatePartAttribute(Name = "UnpinButton", Type = typeof(Button))]
[TemplatePartAttribute(Name = "StackPanelPinButtons", Type = typeof(FrameworkElement))]
[TemplateVisualStateAttribute(Name = "Selected", GroupName = "SelectionStates")]
[TemplateVisualStateAttribute(Name = "LeftTabStripPlacement", GroupName = "TabStripPlacementStates")]
[TemplateVisualStateAttribute(Name = "TopTabStripPlacement", GroupName = "TabStripPlacementStates")]
[TemplateVisualStateAttribute(Name = "RightTabStripPlacement", GroupName = "TabStripPlacementStates")]
[TemplateVisualStateAttribute(Name = "BottomTabStripPlacement", GroupName = "TabStripPlacementStates")]
[TemplateVisualStateAttribute(Name = "Pinned", GroupName = "PinModeStates")]
[TemplateVisualStateAttribute(Name = "Unpinned", GroupName = "PinModeStates")]
[TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")]
public class C1TabItem : ContentControl
Visual Basic
<TemplateVisualStateAttribute(Name := "Unselected", GroupName := "SelectionStates")> _
<TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _
<TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _
<TemplatePartAttribute(Name := "CloseButton", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "HeaderPresenter", Type := GetType(ContentPresenter))> _
<TemplatePartAttribute(Name := "PinButton", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "UnpinButton", Type := GetType(Button))> _
<TemplatePartAttribute(Name := "StackPanelPinButtons", Type := GetType(FrameworkElement))> _
<TemplateVisualStateAttribute(Name := "Selected", GroupName := "SelectionStates")> _
<TemplateVisualStateAttribute(Name := "LeftTabStripPlacement", GroupName := "TabStripPlacementStates")> _
<TemplateVisualStateAttribute(Name := "TopTabStripPlacement", GroupName := "TabStripPlacementStates")> _
<TemplateVisualStateAttribute(Name := "RightTabStripPlacement", GroupName := "TabStripPlacementStates")> _
<TemplateVisualStateAttribute(Name := "BottomTabStripPlacement", GroupName := "TabStripPlacementStates")> _
<TemplateVisualStateAttribute(Name := "Pinned", GroupName := "PinModeStates")> _
<TemplateVisualStateAttribute(Name := "Unpinned", GroupName := "PinModeStates")> _
<TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _
Public Class C1TabItem _
	Inherits ContentControl

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            C1.Silverlight..::..C1TabItem

See Also