In This Article

BarPopupButtonAutomationPeer Class

Exposes BarPopupButton types to UI Automation.

public class BarPopupButtonAutomationPeer : BarPopupButtonBaseAutomationPeer, IExpandCollapseProvider
Inheritance:
object AutomationPeer ControlAutomationPeer BarPopupButtonBaseAutomationPeer object
Derived:
BarSplitButtonAutomationPeer RibbonGalleryCollapsedButtonAutomationPeer
Implements:
IExpandCollapseProvider

Constructors

BarPopupButtonAutomationPeer(BarPopupButton)

Initializes a new instance of the class.

public BarPopupButtonAutomationPeer(BarPopupButton owner)
Parameter Type Description
owner BarPopupButton

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