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.
Methods
Gets the control type for the element that is associated with the UI Automation peer.
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
Returns child elements collection of the item that is associated with this . This method is called by .
C#
protected override List<AutomationPeer> GetChildrenCore()
List<AutomationPeer>
A list of child AutomationPeer elements.