Automation peer for the class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
public class RadDiagramItemAutomationPeer : FrameworkElementAutomationPeer, ISelectionItemProvider, IScrollItemProvider
Inheritance: objectRadDiagramItemAutomationPeer
Derived Classes:
Implements:
Constructors
Initializes a new instance of the RadDiagramItemAutomationPeer class.
public RadDiagramItemAutomationPeer(RadDiagramItem owner, RadDiagram diagram)
The that will be associated with newly created object.
diagramRadDiagramThe RadDiagram that will be associated with newly created object.
Methods
Gets the control type for the that is associated with this . This method is called by .
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
The enumeration value.
Returns child elements collection of the item that is associated with this . This method is called by .
protected override List<AutomationPeer> GetChildrenCore()
List<AutomationPeer>
A list of child AutomationPeer elements.
Gets the name of the that is associated with this . This method is called by .
Gets the item in the that is associated with this .
Gets the control pattern for the that is associated with this .
public override object GetPattern(PatternInterface patternInterface)
One of the enumeration values.
Returns:The object that implements the pattern interface, or null.