Class FastTabControlAutomationPeer
The standard TabControlAutomationPeer only exposes tab content through PART_SelectedContentHost, which FastTabControl replaces with PART_ItemsHolder, leaving tab content invisible to UI Automation (screen readers, UI tests). This peer adds the currently visible content presenter's children back into the automation tree.
public class FastTabControlAutomationPeer : TabControlAutomationPeer, IItemContainerProvider, ISelectionProvider
- Inheritance
-
FastTabControlAutomationPeer
- Implements
- Inherited Members
Constructors
FastTabControlAutomationPeer(FastTabControl)
public FastTabControlAutomationPeer(FastTabControl owner)
Parameters
ownerFastTabControl
Methods
GetChildrenCore()
Gets the collection of child elements of the ItemsControl that is associated with this ItemsControlAutomationPeer. This method is called by GetChildren().
protected override List<AutomationPeer> GetChildrenCore()
Returns
- List<AutomationPeer>
The collection of child elements.