ClassRadDiagramToolboxGroupAutomationPeer
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
RadDiagramToolboxGroupAutomationPeer(RadDiagramToolboxGroup)
Initializes a new instance of the RadDiagramToolboxGroupAutomationPeer class.
Declaration
public RadDiagramToolboxGroupAutomationPeer(RadDiagramToolboxGroup owner)
Parameters
owner
The owner.
Methods
GetAutomationControlTypeCore()
Returns the control type for the UIElement that is associated with this . This method is called by .
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
A value of the enumeration.
GetChildrenCore()
Declaration
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetClassNameCore()
Returns the name of the UIElement that is associated with this . This method is called by .
Declaration
protected override string GetClassNameCore()
Returns
The name of the owner type that is associated with this . See Remarks.
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetNameCore()
Returns the text label of the FrameworkElement that is associated with this . This method is called by .
Declaration
protected override string GetNameCore()
Returns
The text label of the element that is associated with this automation peer.