Class RadDiagramShapeAutomationPeer
Automation peer for the RadDiagramShape class.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public class RadDiagramShapeAutomationPeer : RadDiagramItemAutomationPeer, ISelectionItemProvider, IScrollItemProvider
Constructors
RadDiagramShapeAutomationPeer(RadDiagramShape, RadDiagram)
Initializes a new instance of the RadDiagramShapeAutomationPeer class.
Declaration
public RadDiagramShapeAutomationPeer(RadDiagramShape owner, RadDiagram diagram)
Parameters
RadDiagramShape
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
|