ClassProductCardAutomationPeer
Class
An AutomationPeer type for ProductCard.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class ProductCardAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectProductCardAutomationPeer
Constructors
ProductCardAutomationPeer(ProductCard)
Initializes a new instance of the ProductCardAutomationPeer class.
Declaration
cs-api-definition
public ProductCardAutomationPeer(ProductCard productCardControl)
Parameters
productCardControl
The product card control.
Properties
OwningProductCard
Gets the owning ProductCard.
Declaration
cs-api-definition
public ProductCard OwningProductCard { get; }
Property Value
The owning product card.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns