UserPromptWindowAutomationPeer Class
Exposes UserPromptWindow types to UI Automation.
public class UserPromptWindowAutomationPeer : WindowAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer WindowAutomationPeer object
Constructors
UserPromptWindowAutomationPeer(UserPromptWindow)
Initializes a new instance of the UserPromptWindowAutomationPeer class.
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".