In This Article

BarMenuGalleryFilterButtonAutomationPeer Class

Exposes BarMenuGalleryFilterButton types to UI Automation.

public class BarMenuGalleryFilterButtonAutomationPeer : BarPopupButtonBaseAutomationPeer, IExpandCollapseProvider
Inheritance:
object AutomationPeer ControlAutomationPeer BarPopupButtonBaseAutomationPeer object
Implements:
IExpandCollapseProvider

Constructors

BarMenuGalleryFilterButtonAutomationPeer(BarMenuGalleryFilterButton)

Initializes a new instance of the class.

public BarMenuGalleryFilterButtonAutomationPeer(BarMenuGalleryFilterButton owner)
Parameter Type Description
owner BarMenuGalleryFilterButton

The owner element.

Methods

GetLocalizedControlTypeCore()

Gets a human-readable localized string that represents the type of the control that is associated with this automation peer.

protected override string GetLocalizedControlTypeCore()

Returns

string

Inherited Members

Extension Methods