In This Article

PopupButtonContentAreaAutomationDecorator Class

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

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

Constructors

PopupButtonContentAreaAutomationDecorator()

Initializes an instance of the class.

public PopupButtonContentAreaAutomationDecorator()

Methods

OnCreateAutomationPeer()

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

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer:

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

Inherited Members