In This Article

BookPageAutomationPeer Class

Exposes BookPage types to UI Automation.

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

Constructors

BookPageAutomationPeer(BookPage)

Initializes a new instance of the BookPageAutomationPeer class.

public BookPageAutomationPeer(BookPage owner)
Parameter Type Description
owner BookPage

The owner element.

Methods

GetClassNameCore()

Gets the name of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClassName().

protected override string GetClassNameCore()

Returns

string:

An Empty string.

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by GetLocalizedControlType().

protected override string GetLocalizedControlTypeCore()

Returns

string:

The type of the control.