Class RadDiagramAutomationPeer
Automation peer for the Rad
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public class RadDiagramAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider, IScrollProvider
Constructors
RadDiagramAutomationPeer(RadDiagram)
Initializes a new instance of the Rad
Declaration
public RadDiagramAutomationPeer(RadDiagram owner)
Parameters
Rad The Rad |
Methods
GetAutomationControlTypeCore()
Gets the control type for the System.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. The System. |
GetChildrenCore()
Gets the collection of Telerik.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System. The collection of child elements. |
GetClassNameCore()
Gets the name of the Rad
Declaration
protected override string GetClassNameCore()
Returns
System. The type of the owner. |
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.
|
GetPattern(PatternInterface)
Gets the control pattern for the Rad
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. |