In This Article

RibbonGalleryMoreButtonAutomationPeer Class

Exposes RibbonGalleryMoreButton types to UI Automation.

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

Constructors

RibbonGalleryMoreButtonAutomationPeer(RibbonGalleryMoreButton)

Initializes a new instance of the class.

public RibbonGalleryMoreButtonAutomationPeer(RibbonGalleryMoreButton owner)
Parameter Type Description
owner RibbonGalleryMoreButton

The owner element.

Methods

GetLocalizedControlTypeCore()

Gets the control type for the element that is associated with the UI Automation peer.

protected override string GetLocalizedControlTypeCore()

Returns

string

Inherited Members

Extension Methods