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.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class TabItem : ContentControl, IAutomationPeer, IPeerConverter, ITabItem, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
TabItem()
Declaration
public TabItem()
Fields
HasHeaderProperty
HeaderProperty
IsFocusedProperty
IsSelectedProperty
Properties
HasHeader
Declaration
public bool HasHeader { get; set; }
Property Value
System.Boolean
|
Header
Declaration
public string Header { get; set; }
Property Value
System.String
|
IsFocused
Declaration
public bool IsFocused { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|