In This Article

RibbonGalleryAutomationPeer Class

Exposes RibbonGallery types to UI Automation.

public class RibbonGalleryAutomationPeer : BarGalleryBaseAutomationPeer, IScrollProvider, ISelectionProvider, IExpandCollapseProvider
Inheritance:
object AutomationPeer ControlAutomationPeer ItemsControlAutomationPeer SelectingItemsControlAutomationPeer BarGalleryBaseAutomationPeer object
Implements:
IScrollProvider ISelectionProvider IExpandCollapseProvider

Constructors

RibbonGalleryAutomationPeer(RibbonGallery)

Initializes a new instance of the class.

public RibbonGalleryAutomationPeer(RibbonGallery owner)
Parameter Type Description
owner RibbonGallery

The owner element.

Methods

GetChildrenCore()

Gets the child automation peers.

protected override IReadOnlyList<AutomationPeer>? GetChildrenCore()

Returns

IReadOnlyList<AutomationPeer>

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