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:

The type-specific AutomationPeer implementation.

Inherited Members

Extension Methods