In This Article

AvatarAutomationPeer Class

Exposes Avatar types to UI Automation.

public class AvatarAutomationPeer : ButtonAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer ButtonBaseAutomationPeer ButtonAutomationPeer object

Constructors

AvatarAutomationPeer(Avatar)

Exposes Avatar types to UI Automation.

public AvatarAutomationPeer(Avatar owner)
Parameter Type Description
owner Avatar

The owner.

Methods

GetLocalizedControlTypeCore()

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

protected override string GetLocalizedControlTypeCore()

Returns

string:

The type of the control.

Extension Methods