ClassRadAIPromptItemAutomationPeer
Class
Exposes the RadAIPromptItem to UI Automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class RadAIPromptItemAutomationPeer : ItemAutomationPeer
Inheritance: objectRadAIPromptItemAutomationPeer
Constructors
RadAIPromptItemAutomationPeer(object, RadAIPromptAutomationPeer)
Initializes a new instance of the RadAIPromptItemAutomationPeer class.
Declaration
cs-api-definition
public RadAIPromptItemAutomationPeer(object item, RadAIPromptAutomationPeer promptAutomationPeer)
Parameters
item
The item.
promptAutomationPeer
The AIPrompt automation peer.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Justification = "This is an override of a built-in class, the return type cannot be changed.")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns