ClassTabControl
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class TabControl : Selector, IAutomationPeer, IPeerConverter, IControl, ITabControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlSelectorTabControl
Implements:
Inherited Members
Constructors
TabControl()
Declaration
cs-api-definition
public TabControl()
Fields
ContentStringFormatProperty
Declaration
cs-api-definition
public static AutomationProperty ContentStringFormatProperty
Field Value
SelectedContentStringFormatProperty
Declaration
cs-api-definition
public static AutomationProperty SelectedContentStringFormatProperty
Field Value
TabStripPlacementProperty
Declaration
cs-api-definition
public static AutomationProperty TabStripPlacementProperty
Field Value
Properties
SelectedContentStringFormat
Declaration
cs-api-definition
public string SelectedContentStringFormat { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.