Class RadAIPromptItemAutomationPeer
Exposes the RadAIPromptItem to UI Automation.
Inheritance
System.Object
RadAIPromptItemAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class RadAIPromptItemAutomationPeer : ItemAutomationPeer
Constructors
RadAIPromptItemAutomationPeer(Object, RadAIPromptAutomationPeer)
Initializes a new instance of the RadAIPromptItemAutomationPeer class.
Declaration
public RadAIPromptItemAutomationPeer(object item, RadAIPromptAutomationPeer promptAutomationPeer)
Parameters
System.Object
item
The item. |
RadAIPromptAutomationPeer
promptAutomationPeer
The AIPrompt automation peer. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|
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
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|