In This Article

RibbonGalleryCollapsedButtonAutomationPeer Class

Exposes RibbonGalleryCollapsedButton types to UI Automation.

public class RibbonGalleryCollapsedButtonAutomationPeer : BarPopupButtonAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer BarPopupButtonBaseAutomationPeer BarPopupButtonAutomationPeer object

Constructors

RibbonGalleryCollapsedButtonAutomationPeer(RibbonGalleryCollapsedButton)

Initializes a new instance of the RibbonGalleryCollapsedButtonAutomationPeer class.

public RibbonGalleryCollapsedButtonAutomationPeer(RibbonGalleryCollapsedButton owner)
Parameter Type Description
owner RibbonGalleryCollapsedButton

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