Class RadDiagramConnectionAutomationPeer
Automation peer for the RadDiagramConnection class.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public class RadDiagramConnectionAutomationPeer : RadDiagramItemAutomationPeer, ISelectionItemProvider, IScrollItemProvider
Constructors
RadDiagramConnectionAutomationPeer(RadDiagramConnection, RadDiagram)
Initializes a new instance of the RadDiagramConnectionAutomationPeer class.
Declaration
public RadDiagramConnectionAutomationPeer(RadDiagramConnection owner, RadDiagram diagram)
Parameters
RadDiagramConnection
owner
The owner. |
RadDiagram
diagram
The diagram. |
Methods
GetClassNameCore()
Gets the name of the Telerik.Windows.Controls.RadDiagramItem that is associated with this Telerik.Windows.Controls.Diagrams.AutomationPeers.RadDiagramItemAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
The type of the owner. |
Overrides
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
Overrides
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|