Class
HeatMapLabelAutomationPeer

Exposes HeatMapLabel types to UI Automation.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class HeatMapLabelAutomationPeer : FrameworkElementAutomationPeer, IValueProvider

Inheritance: objectHeatMapLabelAutomationPeer

Implements: IValueProvider

Constructors

HeatMapLabelAutomationPeer(HeatMapLabel)

Initializes a new instance of the HeatMapLabelAutomationPeer class.

Declaration

cs-api-definition
public HeatMapLabelAutomationPeer(HeatMapLabel owner)

Parameters

owner

HeatMapLabel

The HeatMapLabel that is associated with this HeatMapLabelAutomationPeer.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

GetPatternCore(PatternInterface)

Returns the object that supports the specified control pattern of the element that is associated with this automation peer.

Declaration

cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

An enumeration value that specifies the control pattern.

Returns

object

An object that supports the control pattern if patternInterface is a supported value; otherwise, null.