Class TabItem
Inheritance
System.Object
TabItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class TabItem : HeaderedContentControl, IAutomationPeer, IPeerConverter, ITabItem, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
TabItem()
Declaration
public TabItem()
Fields
IsSelectedProperty
TabStripPlacementProperty
Declaration
public static AutomationProperty TabStripPlacementProperty
Field Value
AutomationProperty
|
Properties
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
TabStripPlacement
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|