In This Article

PopupButtonIndicatorAreaAutomationDecorator Class

Represents a decorator for the indicator area of a PopupButton that is visible in the UI automation framework.

public class PopupButtonIndicatorAreaAutomationDecorator : AutomationDecorator
Inheritance:
object Visual UIElement FrameworkElement Decorator AutomationDecorator object

Constructors

PopupButtonIndicatorAreaAutomationDecorator()

Initializes an instance of the class.

public PopupButtonIndicatorAreaAutomationDecorator()

Methods

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer:

An instance of PopupButtonIndicatorAreaAutomationPeer, or null if the containing PopupButton could not be found.

Inherited Members