In This Article

RibbonApplicationButtonAutomationPeer Class

Exposes RibbonApplicationButton types to UI Automation.

public class RibbonApplicationButtonAutomationPeer : BarPopupButtonBaseAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer BarPopupButtonBaseAutomationPeer object

Constructors

RibbonApplicationButtonAutomationPeer(RibbonApplicationButton)

Initializes a new instance of the RibbonApplicationButtonAutomationPeer class.

public RibbonApplicationButtonAutomationPeer(RibbonApplicationButton owner)
Parameter Type Description
owner RibbonApplicationButton

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