Class ProductCardAutomationPeer
An AutomationPeer type for ProductCard.
Inheritance
System.Object
ProductCardAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class ProductCardAutomationPeer : FrameworkElementAutomationPeer
Constructors
ProductCardAutomationPeer(ProductCard)
Initializes a new instance of the ProductCardAutomationPeer class.
Declaration
public ProductCardAutomationPeer(ProductCard productCardControl)
Parameters
ProductCard
productCardControl
The product card control. |
Properties
OwningProductCard
Gets the owning ProductCard.
Declaration
public ProductCard OwningProductCard { get; }
Property Value
ProductCard
The owning product card. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetAutomationIdCore()
Declaration
protected override string GetAutomationIdCore()
Returns
System.String
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|