In This Article

RibbonAutomationPeer Class

Exposes the Ribbon control to UI Automation.

public class RibbonAutomationPeer : RibbonControlAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer RibbonControlAutomationPeer object

Constructors

RibbonAutomationPeer(FrameworkElement)

Initializes an instance of the RibbonAutomationPeer class.

public RibbonAutomationPeer(FrameworkElement owner)
Parameter Type Description
owner FrameworkElement

The owner of the automation peer.

Methods

GetChildrenCore()

Returns the collection elements represented in the UI Automation tree as immediate child elements of the automation peer.

protected override List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>:

The list of child elements.

Inherited Members