In This Article

RibbonGalleryMoreButtonAutomationPeer Class

Exposes RibbonGalleryMoreButton types to UI Automation.

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

Constructors

RibbonGalleryMoreButtonAutomationPeer(RibbonGalleryMoreButton)

Initializes a new instance of the RibbonGalleryMoreButtonAutomationPeer class.

public RibbonGalleryMoreButtonAutomationPeer(RibbonGalleryMoreButton owner)
Parameter Type Description
owner RibbonGalleryMoreButton

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