ClassRibbonGroupAutomationPeer
Class
Automation peer class for RadRibbonGroup class.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.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 RibbonGroupAutomationPeer. This method is called by .
Declaration
cs-api-definition
protected override IList<AutomationPeer> GetChildrenCore()
Returns
IList<AutomationPeer>
A list of child elements.
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns