RibbonTabRowToolBarAutomationPeer Class
Exposes RibbonTabRowToolBar types to UI Automation.
public class RibbonTabRowToolBarAutomationPeer : FrameworkElementAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object
Constructors
RibbonTabRowToolBarAutomationPeer(RibbonTabRowToolBar)
Initializes a new instance of the RibbonTabRowToolBarAutomationPeer class.
public RibbonTabRowToolBarAutomationPeer(RibbonTabRowToolBar owner)
Parameter | Type | Description |
---|---|---|
owner | RibbonTabRowToolBar | The owner element. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAutomationControlType().
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
- AutomationControlType:
The Custom enumeration value.
GetClassNameCore()
Gets the name of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClassName().
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by GetLocalizedControlType().