Class
RadDiagramThumbnailAutomationPeer

UI AutomationPeer class for DiagramThumbnail.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

cs-api-definition
public class RadDiagramThumbnailAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadDiagramThumbnailAutomationPeer

Constructors

RadDiagramThumbnailAutomationPeer(RadDiagramThumbnail)

Initializes a new instance of the RadDiagramThumbnailAutomationPeer class.

Declaration

cs-api-definition
public RadDiagramThumbnailAutomationPeer(RadDiagramThumbnail owner)

Parameters

owner

RadDiagramThumbnail

The owner.

Methods

GetAutomationControlTypeCore()

Returns 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

A value of the enumeration.

GetClassNameCore()

Returns the name of the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

The name of the owner type that is associated with this . See Remarks.

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetNameCore()

Returns the text label of the FrameworkElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

The text label of the element that is associated with this automation peer.