In This Article

BarPopupButtonAutomationPeer Class

Exposes BarPopupButton types to UI Automation.

public class BarPopupButtonAutomationPeer : BarPopupButtonBaseAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer BarPopupButtonBaseAutomationPeer object
Derived:
BarSplitButtonAutomationPeer RibbonGalleryCollapsedButtonAutomationPeer

Constructors

BarPopupButtonAutomationPeer(BarPopupButton)

Initializes a new instance of the BarPopupButtonAutomationPeer class.

public BarPopupButtonAutomationPeer(BarPopupButton owner)
Parameter Type Description
owner BarPopupButton

The owner element.

Methods

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by GetLocalizedControlType().

protected override string GetLocalizedControlTypeCore()

Returns

string:

The type of the control.

Inherited Members