ClassTabControl
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class TabControl : ItemsControl, IAutomationPeer, IPeerConverter, IControl, ITabControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlTabControl
Implements:
Inherited Members
Constructors
TabControl()
Declaration
cs-api-definition
public TabControl()
Fields
SelectedIndexProperty
Declaration
cs-api-definition
public static AutomationProperty SelectedIndexProperty
Field Value
TabStripPlacementProperty
Declaration
cs-api-definition
public static AutomationProperty TabStripPlacementProperty
Field Value
Properties
SelectedIndex
Get/set the TabControl selected index.
TabItemContainer
Gets the tab item container.
Declaration
cs-api-definition
public virtual FrameworkElement TabItemContainer { get; }
Property Value
TabItems
Gets the tab items.
Methods
AssignReference(AutomationReference)
Assign the automation reference to this element.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.
SelectTab(string)
Selects the tab by its header text.
Declaration
cs-api-definition
public void SelectTab(string headerText)
Parameters
headerText
The tab text in the header.