AICardAutomationPeer
Class
Represents the automation peer for the AICard control, enabling UI automation support.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class AICardAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectAICardAutomationPeer
Constructors
Initializes a new instance of the AICardAutomationPeer class.
Properties
Gets the AICard control associated with this automation peer.
C#
public AICard OwningAICardControl { get; }
Methods
Returns the control type for UI automation.
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
to indicate a custom control.