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
- RibbonControlAutomationPeer.Collapse()
- RibbonControlAutomationPeer.Expand()
- RibbonControlAutomationPeer.Invoke()
- RibbonControlAutomationPeer.Toggle()
- RibbonControlAutomationPeer.GetAutomationControlTypeCore()
- RibbonControlAutomationPeer.GetAutomationIdCore()
- RibbonControlAutomationPeer.GetClassNameCore()
- RibbonControlAutomationPeer.GetNameCore()
- RibbonControlAutomationPeer.GetPattern(PatternInterface)
- RibbonControlAutomationPeer.ExpandCollapseState
- RibbonControlAutomationPeer.ToggleState