Class AIPromptOutputItemAutomationPeer
Exposes the AIPromptOutputItem to UI Automation.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class AIPromptOutputItemAutomationPeer : FrameworkElementAutomationPeer
Constructors
AIPromptOutputItemAutomationPeer(AIPromptOutputItem)
Initializes a new instance of the AIPromptOutputItemAutomationPeer class.
Declaration
public AIPromptOutputItemAutomationPeer(AIPromptOutputItem owner)
Parameters
AIPromptOutputItem
owner
The owner. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
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()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
The type of the control. |
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|