In This Article

UserPromptWindowAutomationPeer Class

Exposes UserPromptWindow types to UI Automation.

public class UserPromptWindowAutomationPeer : WindowAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer WindowAutomationPeer object

Constructors

UserPromptWindowAutomationPeer(UserPromptWindow)

Exposes UserPromptWindow types to UI Automation.

public UserPromptWindowAutomationPeer(UserPromptWindow owner)
Parameter Type Description
owner UserPromptWindow

The owner.

Methods

GetClassNameCore()

Gets the name of the Window that is associated with this WindowAutomationPeer. Called by GetClassName().

protected override string GetClassNameCore()

Returns

string:

A string that contains the word "Window".

Extension Methods