Class RadDiagramItemAutomationPeer
Automation peer for the Telerik.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public class RadDiagramItemAutomationPeer : FrameworkElementAutomationPeer, ISelectionItemProvider, IScrollItemProvider
Constructors
RadDiagramItemAutomationPeer(RadDiagramItem, RadDiagram)
Initializes a new instance of the Rad
Declaration
public RadDiagramItemAutomationPeer(RadDiagramItem owner, RadDiagram diagram)
Parameters
Rad The Telerik. |
Rad The Rad |
Methods
GetAutomationControlTypeCore()
Gets the control type for the Telerik.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. The System. |
GetChildrenCore()
Returns child elements collection of the item that is associated with this
Telerik.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System. A list of child System. |
GetClassNameCore()
Gets the name of the Telerik.
Declaration
protected override string GetClassNameCore()
Returns
System. The type of the owner. |
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItem()
Gets the item in the that is associated with this Telerik.
Declaration
public object GetItem()
Returns
System. The data item. |
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.
|
GetPattern(PatternInterface)
Gets the control pattern for the Telerik.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. One of the enumeration values. |
Returns
System. The object that implements the pattern interface, or null. |