Class
RadDiagramAutomationPeer

Automation peer for the RadDiagram class.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public class RadDiagramAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider, IScrollProvider

Inheritance: objectRadDiagramAutomationPeer

Implements: IScrollProviderISelectionProvider

Constructors

RadDiagramAutomationPeer(RadDiagram)

Initializes a new instance of the RadDiagramAutomationPeer class.

Declaration

cs-api-definition
public RadDiagramAutomationPeer(RadDiagram owner)

Parameters

owner

RadDiagram

The RadDiagram that will be associated with newly created object.

Methods

GetAutomationControlTypeCore()

Gets the control type for the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

The enumeration value.

GetChildrenCore()

Gets the collection of elements that are associated with children elements of the owner RadDiagram. This method is called by .

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>

The collection of child elements.

GetClassNameCore()

Gets the name of the RadDiagram that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

The type of the owner.

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

GetPattern(PatternInterface)

Gets the control pattern for the RadDiagram that is associated with this .

Declaration

cs-api-definition
public override object GetPattern(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

One of the enumeration values.

Returns

object

The object that implements the pattern interface, or null.