In This Article

RibbonGroupOverflowButtonAutomationPeer Class

Exposes RibbonGroupOverflowButton types to UI Automation.

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

Constructors

RibbonGroupOverflowButtonAutomationPeer(RibbonGroupOverflowButton)

Initializes a new instance of the class.

public RibbonGroupOverflowButtonAutomationPeer(RibbonGroupOverflowButton owner)
Parameter Type Description
owner RibbonGroupOverflowButton

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