In This Article

RibbonGroupOverflowButtonAutomationPeer Class

Exposes RibbonGroupOverflowButton types to UI Automation.

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

Constructors

RibbonGroupOverflowButtonAutomationPeer(RibbonGroupOverflowButton)

Initializes a new instance of the RibbonGroupOverflowButtonAutomationPeer class.

public RibbonGroupOverflowButtonAutomationPeer(RibbonGroupOverflowButton owner)
Parameter Type Description
owner RibbonGroupOverflowButton

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