BackstageAutomationPeer Class
Exposes the Backstage control to UI Automation.
public class BackstageAutomationPeer : TabControlAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer ItemsControlAutomationPeer SelectorAutomationPeer TabControlAutomationPeer object
Constructors
BackstageAutomationPeer(Backstage)
Initializes an instance of the BackstageAutomationPeer
class.
public BackstageAutomationPeer(Backstage owner)
Parameter | Type | Description |
---|---|---|
owner | Backstage | The owner of the automation peer. |
Methods
CreateItemAutomationPeer(object)
Creates the item automation peer.
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameter | Type | Description |
---|---|---|
item | object | The item. |
Returns
GetChildrenCore()
Gets the collection of child elements that are represented in the UI Automation tree as immediate child elements of the automation peer.
protected override List<AutomationPeer> GetChildrenCore()
Returns
- List<AutomationPeer>:
The collection of
AutomationPeer
objects for child elements.