In This Article

NavigationBarHeaderAutomationPeer Class

Exposes NavigationBarHeader types to UI Automation.

public class NavigationBarHeaderAutomationPeer : FrameworkElementAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object

Constructors

NavigationBarHeaderAutomationPeer(NavigationBarHeader)

Initializes an instance of the NavigationBarHeaderAutomationPeer class.

public NavigationBarHeaderAutomationPeer(NavigationBarHeader owner)
Parameter Type Description
owner NavigationBarHeader

Methods

GetAutomationControlTypeCore()

Gets the AutomationControlType for the element that is associated with the UI Automation peer.

protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType:

A AutomationControlType indicating the control type.

GetClassNameCore()

Gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.

protected override string GetClassNameCore()

Returns

string:

The string that contains the name.