In This Article

RibbonMultiRowControlGroupAutomationPeer Class

Exposes RibbonMultiRowControlGroup types to UI Automation.

public class RibbonMultiRowControlGroupAutomationPeer : FrameworkElementAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object

Constructors

RibbonMultiRowControlGroupAutomationPeer(RibbonMultiRowControlGroup)

Initializes a new instance of the RibbonMultiRowControlGroupAutomationPeer class.

public RibbonMultiRowControlGroupAutomationPeer(RibbonMultiRowControlGroup owner)
Parameter Type Description
owner RibbonMultiRowControlGroup

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().

protected override string GetClassNameCore()

Returns

string:

An Empty string.

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by GetLocalizedControlType().

protected override string GetLocalizedControlTypeCore()

Returns

string:

The type of the control.

GetNameCore()

Gets the text label of the ContentElement that is associated with this ContentElementAutomationPeer. Called by GetName().

protected override string GetNameCore()

Returns

string:

The text label of the element that is associated with this automation peer.