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, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
Inheritance:
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Decorator AutomationDecorator Object

Constructors

PopupButtonIndicatorAreaAutomationDecorator()

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

Extension Methods