In This Article

RibbonOptionsButtonAutomationPeer Class

Exposes RibbonOptionsButton types to UI Automation.

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

Constructors

RibbonOptionsButtonAutomationPeer(RibbonOptionsButton)

Initializes a new instance of the class.

public RibbonOptionsButtonAutomationPeer(RibbonOptionsButton owner)
Parameter Type Description
owner RibbonOptionsButton

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

Remarks

WindowsUIA_LocalizedControlTypePropertyId (not yet implemented)
macOSNo mapping.

Inherited Members

Extension Methods