ClassRibbonGroupAutomationPeer
Class
Automation peer class for RadRibbonGroup class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
cs-api-definition
public class RibbonGroupAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRibbonGroupAutomationPeer
Constructors
RibbonGroupAutomationPeer(RadRibbonGroup)
Initializes a new instance of the RibbonGroupAutomationPeer class.
Declaration
cs-api-definition
public RibbonGroupAutomationPeer(RadRibbonGroup owner)
Parameters
owner
Methods
GetAutomationControlTypeCore()
Gets the control type for the element that is associated with the UI Automation peer.
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Returns child elements collection of the item that is associated with this . This method is called by .
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
A list of child AutomationPeer elements.