Class CarouselCardAutomationPeer
An AutomationPeer type for CarouselCard.
Inheritance
System.Object
CarouselCardAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class CarouselCardAutomationPeer : FrameworkElementAutomationPeer
Constructors
CarouselCardAutomationPeer(CarouselCard)
Initializes a new instance of the CarouselCardAutomationPeer class.
Declaration
public CarouselCardAutomationPeer(CarouselCard carouselCardControl)
Parameters
CarouselCard
carouselCardControl
The carousel card. |
Properties
OwningCarouselCard
Gets the owning CarouselCard.
Declaration
public CarouselCard OwningCarouselCard { get; }
Property Value
CarouselCard
The owning carousel 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
|