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