In This Article

RibbonOptionsButtonAutomationPeer Class

Exposes RibbonOptionsButton types to UI Automation.

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

Constructors

RibbonOptionsButtonAutomationPeer(RibbonOptionsButton)

Initializes a new instance of the RibbonOptionsButtonAutomationPeer class.

public RibbonOptionsButtonAutomationPeer(RibbonOptionsButton owner)
Parameter Type Description
owner RibbonOptionsButton

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