In This Article

RibbonGalleryCollapsedButtonAutomationPeer Class

Exposes RibbonGalleryCollapsedButton types to UI Automation.

public class RibbonGalleryCollapsedButtonAutomationPeer : BarPopupButtonAutomationPeer, IExpandCollapseProvider
Inheritance:
object AutomationPeer ControlAutomationPeer BarPopupButtonBaseAutomationPeer BarPopupButtonAutomationPeer object
Implements:
IExpandCollapseProvider

Constructors

RibbonGalleryCollapsedButtonAutomationPeer(RibbonGalleryCollapsedButton)

Initializes a new instance of the class.

public RibbonGalleryCollapsedButtonAutomationPeer(RibbonGalleryCollapsedButton owner)
Parameter Type Description
owner RibbonGalleryCollapsedButton

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