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
AutomationProperty
|
SelectedContentStringFormatProperty
Declaration
public static AutomationProperty SelectedContentStringFormatProperty
Field Value
AutomationProperty
|
TabStripPlacementProperty
Declaration
public static AutomationProperty TabStripPlacementProperty
Field Value
AutomationProperty
|
Properties
ContentStringFormat
Declaration
public string ContentStringFormat { get; set; }
Property Value
System.String
|
SelectedContentStringFormat
Declaration
public string SelectedContentStringFormat { get; set; }
Property Value
System.String
|
TabStripPlacement
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|