TabControl
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class TabControl : ItemsControl, IAutomationPeer, IPeerConverter, IControl, ITabControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlTabControl...
Implements:
Inherited Members
Constructors
C#
public TabControl()
Fields
C#
public static AutomationProperty SelectedIndexProperty
C#
public static AutomationProperty TabStripPlacementProperty
Properties
C#
public int SelectedIndex { get; set; }
Implements:
C#
public virtual FrameworkElement TabItemContainer { get; }
C#
public Dock TabStripPlacement { get; set; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements: