ClassRadDiagramToolboxAutomationPeer
Class
UI Automation Peer class for RadDiagramToolbox.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
cs-api-definition
public class RadDiagramToolboxAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadDiagramToolboxAutomationPeer
Constructors
RadDiagramToolboxAutomationPeer(RadDiagramToolbox)
Initializes a new instance of the RadDiagramToolboxAutomationPeer class.
Declaration
cs-api-definition
public RadDiagramToolboxAutomationPeer(RadDiagramToolbox 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
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
A value of the enumeration.
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
GetNameCore()
Returns the text label of the FrameworkElement that is associated with this . This method is called by .
Declaration
cs-api-definition
protected override string GetNameCore()
Returns
The text label of the element that is associated with this automation peer.