Class TabControl
Inheritance
System.Object
TabControl
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 TabControl : Selector, IAutomationPeer, IPeerConverter, IControl, ITabControl, IFrameworkElement, ITargetElement
Constructors
TabControl()
Declaration
public TabControl()
Fields
ContentStringFormatProperty
Declaration
public static AutomationProperty ContentStringFormatProperty
Field Value
SelectedContentStringFormatProperty
Declaration
public static AutomationProperty SelectedContentStringFormatProperty
Field Value
TabStripPlacementProperty
Declaration
public static AutomationProperty TabStripPlacementProperty
Field Value
Properties
ContentStringFormat
Declaration
public string ContentStringFormat { get; set; }
Property Value
System.
|
SelectedContentStringFormat
Declaration
public string SelectedContentStringFormat { get; set; }
Property Value
System.
|
TabStripPlacement
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|