NavigationBarSplitterAutomationPeer Class
Exposes NavigationBarSplitter types to UI Automation.
public class NavigationBarSplitterAutomationPeer : ThumbAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer ThumbAutomationPeer object
Constructors
NavigationBarSplitterAutomationPeer(NavigationBarSplitter)
Initializes an instance of the NavigationBarSplitterAutomationPeer
class.
public NavigationBarSplitterAutomationPeer(NavigationBarSplitter owner)
Parameter | Type | Description |
---|---|---|
owner | NavigationBarSplitter |
Methods
GetClassNameCore()
Gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.
GetNameCore()
Gets the text label of the ContentElement that is associated with this ContentElementAutomationPeer. Called by GetName().
protected override string GetNameCore()
Returns
- string:
The text label of the element that is associated with this automation peer.