UI Automation peer class for RAdDiagramToolBoxGroup.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
public class RadDiagramToolboxGroupAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadDiagramToolboxGroupAutomationPeer
Constructors
Initializes a new instance of the RadDiagramToolboxGroupAutomationPeer class.
public RadDiagramToolboxGroupAutomationPeer(RadDiagramToolboxGroup owner)
The owner.
Methods
Returns the control type for the UIElement that is associated with this . This method is called by .
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
A value of the enumeration.
Returns the name of the UIElement that is associated with this . This method is called by .
protected override string GetClassNameCore()
The name of the owner type that is associated with this . See Remarks.
Returns the text label of the FrameworkElement that is associated with this . This method is called by .
protected override string GetNameCore()
The text label of the element that is associated with this automation peer.