New to Telerik UI for WPFStart a free 30-day trial

Automation peer class for RadRibbonGroup class.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
public class RibbonGroupAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRibbonGroupAutomationPeer

Constructors

Initializes a new instance of the RibbonGroupAutomationPeer class.

C#
public RibbonGroupAutomationPeer(RadRibbonGroup owner)
Parameters:ownerRadRibbonGroup

Methods

Gets the control type for the element that is associated with the UI Automation peer.

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

Returns child elements collection of the item that is associated with this . This method is called by .

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

A list of child AutomationPeer elements.

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string