In This Article

RibbonQuickAccessToolBarOverflowButtonAutomationPeer Class

Exposes RibbonQuickAccessToolBarOverflowButton types to UI Automation.

public class RibbonQuickAccessToolBarOverflowButtonAutomationPeer : PopupButtonAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer ButtonBaseAutomationPeer ButtonAutomationPeer PopupButtonAutomationPeer object

Constructors

RibbonQuickAccessToolBarOverflowButtonAutomationPeer(RibbonQuickAccessToolBarOverflowButton)

Initializes a new instance of the RibbonQuickAccessToolBarOverflowButtonAutomationPeer class.

public RibbonQuickAccessToolBarOverflowButtonAutomationPeer(RibbonQuickAccessToolBarOverflowButton owner)
Parameter Type Description
owner RibbonQuickAccessToolBarOverflowButton

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