Class RadAIPromptAutomationPeer
Automation Peer for the RadAIPrompt class.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class RadAIPromptAutomationPeer : ItemsControlAutomationPeer
Constructors
RadAIPromptAutomationPeer(RadAIPrompt)
Initializes a new instance of the RadAIPromptAutomationPeer class.
Declaration
public RadAIPromptAutomationPeer(RadAIPrompt owner)
Parameters
RadAIPrompt
owner
The RadTabControl that will be associated with newly created RadAIPromptAutomationPeer object. |
Methods
CreateItemAutomationPeer(Object)
When overridden in a derived class, creates a new instance of the System.Windows.Automation.Peers.ItemAutomationPeer for a data item in the System.Windows.Controls.ItemsControl.Items collection of this System.Windows.Controls.ItemsControl.
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
System.Object
item
The data item that is associated with this System.Windows.Automation.Peers.ItemAutomationPeer. |
Returns
System.Windows.Automation.Peers.ItemAutomationPeer
The new System.Windows.Automation.Peers.ItemAutomationPeer created. |
GetAutomationControlTypeCore()
Gets the control type for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetChildrenCore()
Gets the collection of Telerik.Windows.Controls.AutomationPeer elements that are associated with children RadTabItem elements of the owner RadTabControl. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetChildren.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
The collection of child elements. |
GetClassNameCore()
Gets the name of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
An System.String.Empty 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
|