In This Article

RibbonQuickAccessToolBarCustomizeButtonAutomationPeer Class

Exposes RibbonQuickAccessToolBarCustomizeButton types to UI Automation.

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

Constructors

RibbonQuickAccessToolBarCustomizeButtonAutomationPeer(RibbonQuickAccessToolBarCustomizeButton)

Initializes a new instance of the class.

public RibbonQuickAccessToolBarCustomizeButtonAutomationPeer(RibbonQuickAccessToolBarCustomizeButton owner)
Parameter Type Description
owner RibbonQuickAccessToolBarCustomizeButton

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