Class RadDiagramToolboxAutomationPeer
UI Automation Peer class for RadDiagramToolbox.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class RadDiagramToolboxAutomationPeer : FrameworkElementAutomationPeer
Constructors
RadDiagramToolboxAutomationPeer(RadDiagramToolbox)
Initializes a new instance of the RadDiagramToolboxAutomationPeer class.
Declaration
public RadDiagramToolboxAutomationPeer(RadDiagramToolbox owner)
Parameters
RadDiagramToolbox
owner
The owner. |
Methods
GetAutomationControlTypeCore()
Returns the control type for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
A value of the enumeration. |
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetNameCore()
Returns the text label of the System.Windows.FrameworkElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
System.String
The text label of the element that is associated with this automation peer. |