Class RibbonGroupAutomationPeer
Automation peer class for RadRibbonGroup class.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class RibbonGroupAutomationPeer : FrameworkElementAutomationPeer
Constructors
RibbonGroupAutomationPeer(RadRibbonGroup)
Initializes a new instance of the RibbonGroupAutomationPeer class.
Declaration
public RibbonGroupAutomationPeer(RadRibbonGroup owner)
Parameters
RadRibbonGroup
owner
|
Methods
GetAutomationControlTypeCore()
Gets the control type for the element that is associated with the UI Automation peer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetChildrenCore()
Returns child elements collection of the item that is associated with this Telerik.Windows.Controls.RibbonGroupAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetChildren.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
A list of child System.Windows.Automation.Peers.AutomationPeer elements. |
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|